You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Spec says](http://oauth.net/core/1.0/#anchor22):
oauth_signature is set to the concatenated encoded values of the Consumer
Secret and Token Secret,
separated by a ‘&’ character (ASCII code 38), even if either secret is
empty. The result MUST be encoded
again.
oauth.py doesn't append ampersand for request token and doesn't escape values
passed to
Authentication header. Attached patch fixes this.
Original issue reported on code.google.com by atregoub...@gmail.com on 25 Mar 2008 at 2:47
I confirm that bug, here is a more complete patch which handle PLAINTEXT
signature in a consistent way and
solve a bug with a mutable argument in OAuthRequest.from_request()
Someone can commit those changes? Otherwise I can do this (tests need to be
fixed too, they seems broken for
now). Thanks.
Original comment by lar...@gmail.com on 30 Jun 2008 at 11:34
larlet - I've added one of your changes, the check for the OAuthError
specifically.
Can you provide more reasoning for your other two changes? I'm closing this
ticket,
but feel free to open another for those issues.
Thanks!
Original comment by leah.culver on 8 Jul 2008 at 4:37
Original issue reported on code.google.com by
atregoub...@gmail.com
on 25 Mar 2008 at 2:47Attachments:
The text was updated successfully, but these errors were encountered: