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