vote up 0 vote down star

Is there a full flegged python library for oauth? I haven't found any that handle reissuing of oauth tokens once they expire (Step 5 on the Yahoo OAuth flow).

So what is the most complete? I tried the one from oauth.net, and it doesn't handle oauth_session_handle which the oauth spec says is required if the endpoint returns it (like yahoo does).

So, what library should I be using? Are they all incomplete and I have to do it on my own?

flag

1 Answer

vote up 0 vote down check

I think Leah Culver's python-oauth (that you've already found) is the best starting point even though it's not complete.

Leah has a mirror up on github which would make it easy to collaborate: http://github.com/leah/python-oauth/tree/master/oauth/

link|flag
Thanks. I forked her repo and am waiting on a pull request. github.com/ptarjan/python-oauth – Paul Tarjan Nov 8 at 9:15
Thanks for adding to it! Helps me too as I'm using it for several projects — much appreciated! – lemonad Nov 8 at 10:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.