tags:

views:

83

answers:

2

I am writing a small app, building stats for twitter users (no of tweets, friends etc). I am using this api

http://api.twitter.com/1/users/show.json?user_id=12345

I can only make 150 calls per hour, which is very very small, given the size of twitter. How do companies that rely on Twitter's API manage to overcome this rate limit?

A: 

The 150 API calls is per user per application. Larger companies likely broker deals with Twitter.

Daniel A. White
that means I can't experiment with twitter api, right? 150 is laughable limit, if one wants to do any serious data mining with twitter
A: 

You need to get whitelisted to get a far higher rate limit. They are open to all sorts of developers, as long as you give a good reason for what you are developing:

http://twitter.com/help/request_whitelisting

ming yeow
ha...it says "only available to developers and to applications in production; all other requests are rejected." this means there is no way to experiment
no, go ahead and apply, but give a very good reason on why you are doing so
ming yeow
I am not sure if its worthwhile to apply (I can try though). The documentation clearly says "only for apps in production". As a newbie just getting started, I am not sure what good reason I can give, other than "experiment and learn". Just how do sites like tweetstats, twittercounter etc manage the limit?