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 cached and logged so a) I shouldn't go over the limit
and b) I can track exactly when the calls are made and confirm my PHP
script is only making 24 requests per hour.

For some reason the rate limit status decreases to 0 after about half
an hour.

Any ideas what I can be doing wrong or if the rate limit can be
decreased by something else other than my script. My script is on a
web site with a dedicated IP address.

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to