You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, OAuthSignatureMethod is an empty class. I think it would make
sense to change it into an interface like:
interface OAuthSignatureMethod {
function get_name();
function build_signature($request, $consumer, $token);
}
Original issue reported on code.google.com by dhofs...@gmail.com on 22 Mar 2008 at 7:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
dhofs...@gmail.com
on 22 Mar 2008 at 7:36The text was updated successfully, but these errors were encountered: