Twitter are moving away from whitelisting (I think they're no longer 
accepting any new whitelisting requests)  - they want you to use OAuth to 
authenticate your calls (in which case you're allowed 350 API calls per hour 
per user id from a single IP), and if you need more than that then there's 
the streaming API, so you probably want to look at one of the OAuth on GAE 
solutions such as

    https://github.com/mikeknapp/AppEngine-OAuth-Library/raw/master/oauth.py

Twitter API docs have more details about the end of whitelisting etc

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to