Twitter rate limit
Posted
by raulriera
on Stack Overflow
See other posts from Stack Overflow
or by raulriera
Published on 2010-05-06T21:46:17Z
Indexed on
2010/05/06
21:48 UTC
Read the original article
Hit count: 219
twitterapi
Hi,
I am whitelisted in Twitter, and I have this "traffic heavy" application that just makes 2 request to find out how many users 2 people have.... the traffic currently is killing the 150 request limit per hour.
How do I authenticate my requests so that twitter knows I am whitelisted?
http://api.twitter.com/1/users/show.xml?screen_name=chavezcandanga
http://api.twitter.com/1/users/show.xml?screen_name=luischataing
I wish to authenticate those for this simple project http://250mil.com
Thanks!
© Stack Overflow or respective owner