surjit / oauth

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

OAuth 1.0a support in Python code #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
oauth.py does not support OAuth 1.0a.

Original issue reported on code.google.com by nialljoh...@gmail.com on 6 Jul 2009 at 9:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Here is a new version of my patch which gets rid of the example/ directory, and 
adds
testing/ and tests/ with a test case to mock a server, and tests which actually
implement OAuth correctly, rather than just printing output to the response 
body and
stdout.

Original comment by dobey.p...@gmail.com on 3 Aug 2009 at 10:20

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by leah.culver on 12 Aug 2009 at 9:09

GoogleCodeExporter commented 8 years ago
I've added super basic 1.0a support. It could use a lot better tests - including
compatibility tests between 1.0 and 1.0a servers/clients.

http://code.google.com/p/oauth/source/detail?r=1092

Original comment by leah.culver on 13 Aug 2009 at 1:13

GoogleCodeExporter commented 8 years ago
The final patch didn't include the changes to OAuthError to remove the
DeprecationWarning.

DeprecationWarning: BaseException.message has been deprecated as of Python 2.6

Is there a reason why this was not included?

Original comment by andrefcruz on 16 Sep 2009 at 1:38

GoogleCodeExporter commented 8 years ago
andrefcruz - that was just an oversight on my part. Since it's a separate 
issue, I've
filed a new issue (#123).

Original comment by leah.culver on 16 Sep 2009 at 2:22