views:

51

answers:

1

HI

I have a django application running on app engine and I want to add a twitter login to my application.

Do you have a good links how to do that. I already registered my app in twitter.

Just don't know how to do login/logout buttons.

Thanks, Arshavski Alexander

+1  A: 

I think the easiest way to accept Twitter as a login is to take advantage of a service like RPX.

The app engine recipe website has code which demonstrates how to integrate RPX with app engine.

I also wrote a complete (but tiny) demo app which demonstrates this too. You can get the code here: http://github.com/dound/gae-sessions/tree/master/demo/.

David Underhill
WOW. thanks a lot. will try it.
alexarsh