Re: [twitter-dev] Rate limit status keeps decreasing

2011-05-29 Thread Tom van der Woerdt
"My script is on a web site with a dedicated IP address." You'll find that for outgoing traffic the server will pick the standard IP address, not the one used by the website. Try authenticating the requests, it helps. Alternatively, use code to use the right IP address. Tom On 5/28/11 10:

[twitter-dev] Rate limit status keeps decreasing

2011-05-29 Thread Jeffski
My rate limit status keeps decreasing to 0 even though as far as I can tell I am only making 24 requests per hour. I have a simple PHP web page that calls this 24 times per hour using CURL: http://api.twitter.com/1/statuses/user_timeline.json?count=1&screen_name={user_name_here} Responses are cac