views:

116

answers:

1
+1  Q: 

Twitter rate limit

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!

A: 

See how to authenticate on the Twitter API Documentation, it explains every method available to authenticate and how to issue such authentication requests.

LukeN
I was there... I didn't see a single example that I can use... I prefer their old docs :S
raulriera
Hell yes, the new page layout is a bust.
LukeN

related questions