sathiamour / oauth-signpost

Automatically exported from code.google.com/p/oauth-signpost
0 stars 0 forks source link

Callback parameter escaped twice #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by r55.

Original comment by m.kaepp...@gmail.com on 12 Jul 2009 at 10:34