I am trying to implement Oauth in google app engine on python. For my application i am using gae sessions and my model to authenticate users. It will be more helpful for me. .If you could provide some examples..
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You might want to check out the following resources: The App Engine OAuth Library, which has support for Dropbox, Twitter, MySpace, and LinkedIn. The Tipfy Framework's OAuth Extension. There are also extensions for FaceBook, FriendFeed, Google, OpenID, and Twitter. Using those as a basis, even if you can't use the libraries themselves, you'll have some solid, working examples of how to use OAuth on App Engine. |
|||
|
|
|
here's an alternative that supports oauth 1.0, 2.0 and openid: |
|||
|
|