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
Original issue reported on code.google.com by
dhofs...@gmail.com
on 22 Mar 2008 at 7:36