views:

30

answers:

1

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

+1  A: 

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.

Drew Sears
OAuth support is now included as an experimental feature of AppEngine: http://code.google.com/appengine/docs/python/oauth/overview.html
Adam Crossland
"Using Google Accounts and a simple API, any App Engine application can be an OAuth service provider.". Authenticating to Twitter would be implementing a consumer.
Drew Sears