views:

79

answers:

2

I want to someone to be able to login using twitter,

Is there a framework that you have used to do this?

Thanks

+1  A: 

There's a simple example here. Beyond this, there's tweetapp, but it's currently not maintained; AppEngine-OAuth-Library; and, I believe, some twitter-friendly delegated authorization framework for Django, Django-social-auth, about which, however, I don't know much beyond the name.

Alex Martelli
did you know some library that provides various authentication systems for Google App Engine. like gaema http://code.google.com/p/gaema/
zjm1126
but i am not successful using gaema on twitter
zjm1126
Why do you need "various" auth systems for GAE to use Twitter? OAuth should suffice.
Alex Martelli
not only for twitter, cauz my boss need various auth system
zjm1126
Then that's a completely different question for this one, which says twitter right in the title -- open said completely different question separately, it's absurd to hide it in comments!
Alex Martelli
+1  A: 

While not exactly addressing your questions I believe these examples and code will be useful:

  1. http://github.com/joshthecoder/tweepy

  2. http://github.com/joshthecoder/tweepy-examples

  3. http://github.com/wasauce/redroosterlabs

Wasauce
the tweepy-examples is not running .. why ?
zjm1126
Can you describe the error in more detail? I am successfully running the example on App Engine. Maybe go to the tweepy IRC channel #tweepy. People there can help.
Wasauce