Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

3 Answers

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

share|improve this answer
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 – user187809 Sep 15 '10 at 1:23

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

share|improve this answer
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 – user187809 Sep 15 '10 at 1:26
no, go ahead and apply, but give a very good reason on why you are doing so – ming yeow Sep 15 '10 at 1:27
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? – user187809 Sep 15 '10 at 1:29

You will easily get whitelisted, just apply. They will accept more or less any reasonable application, but just don't want to leave it 'wide open'. If they dont accept you, and you still want to get your hands on the data, just scrape it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.