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
Original issue reported on code.google.com by
dhja...@gmail.com
on 15 Sep 2009 at 4:00