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?
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/
Update: As it stands today, it looks like SimpleGeo's python-oauth2 is the best starting point.
Rauth is the new best answer as far as I'm concerned. Wraps requests library and it's well-maintained.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With