I am working on my dissertation to apply DM algorithms on public
tweets. I wrote a Java application to grab the public timeline in xml
format.  My intention was to make the request from the Java thread
after every 60000 milliseconds (1 minute) to get a bunch of tweets for
my dataset. But I missed one zero!

I got the rate limiting error: "Server returned HTTP response code:
400 for URL: http://twitter.com/statuses/public_timeline.xml"; just a
few moments into my first run.

Is my IP banned forever to make the public time line request? How can
i be whitelisted again?

Thanks

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to