python-oauth2 icon indicating copy to clipboard operation
python-oauth2 copied to clipboard

Token.get_callback_url should include oauth_token

Open metatoaster opened this issue 14 years ago • 0 comments
trafficstars

The crux of the issue was reported at http://code.google.com/p/oauth/issues/detail?id=121.

Basically the callback url that is generated does not include the token key - the consumer would have no idea which temporary token to use to exchange for an authorized token.

metatoaster avatar Aug 11 '11 08:08 metatoaster