It looks like the callback parameter given to retrieveRequestToken in the
DefaultOAuthProvider is hex encoded twice, resulting in an incorrect signature.
A first time at the line 70 of the class:
retrieveToken(OAuth.addQueryParameters(requestTokenEndpointUrl,
OAuth.OAUTH_CALLBACK, OAuth.percentEncode(callbackUrl)));
And the second time a few steps later in the addQueryParameters method.
What version of the product are you using? On what operating system?
SVN version on android.
Original issue reported on code.google.com by benoit.garret on 11 Jul 2009 at 5:20
Original issue reported on code.google.com by
benoit.garret
on 11 Jul 2009 at 5:20