Is there any native support for openauth in google app engine?
If so, where are the details?
If not, then please suggest alternatives?
I am planning to use this with twitter
Is there any native support for openauth in google app engine?
If so, where are the details?
If not, then please suggest alternatives?
I am planning to use this with twitter
Do you mean OAuth?
Yes, the standard Python OAuth library is compatible with App Engine.
tornado.auth and gaema go a step further with specific support for authenticating to Twitter's OAuth implementation from App Engine.