surjit / oauth

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

get_callback_url() in OAuthToken doesn't append the token #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the Python OAuth library, calling get_callback_url() on an oauth_token 
returns the callback URL 
with only the verifier appended.  Shouldn't this method append both the token 
and verifier?  In the 
example implementation supplied, the token isn't appended to the callback URL 
either.

Original issue reported on code.google.com by dhja...@gmail.com on 15 Sep 2009 at 4:00

GoogleCodeExporter commented 8 years ago

Original comment by leah.culver on 17 Sep 2009 at 6:47

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Attached is a fix for this issue.

Original comment by jroessl...@gmail.com on 10 Dec 2009 at 1:49

Attachments: