Hi folks, I have read all the API documentation, search in Google, ask to be white listed, ask by email for help and I still can't find why http://twittearth.com often hit the rate limit.
I call the API via this Php page : http://twittearth.com/twitter_proxy_optymized.php?urlpage=http://twitter.com/statuses/public_timeline.xml This URL is used by the Flash application online http://twittearth.com and by a screensaver. To be sure to not exceeded the rate I set a timeout between each call to the API, currently my timeout is 6 minutes ! On each call I cache the API answer in a file : http://twittearth.com/public_timeline.txt To be sure of what I do each time I call the API I write log in a file http://twittearth.com/log.txt My server is mutualized and maybe someone hit the API with this IP to, can I have access at the call stats from the Twitter side ? Thank for your help, I looking for a solution from months
