successful using twitter login on gae, but how to show user info ..

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-05-22T03:16:18Z Indexed on 2010/05/22 3:20 UTC
Read the original article Hit count: 284

i use http://github.com/joshthecoder/tweepy-examples to twitter user login on gae,

and successful now ,but ,how to show user info ?

i have the 'auth' object ,and what is the document about auth method and property,

auth = tweepy.OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET)

thanks

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about tweepy