Well if you are getting, it should reset every hour, so if there is some debugging available there. Also there is a method in the api for seeing your limit status, although I have had inconsistent results there
On Jun 18, 2009, at 8:46 PM, markanson <[email protected]> wrote:
I have a site that is whitelisted but it is only making about a hundred API calls each day (it is in development) and everything was working fine until today Suddenly, when any of the applications I have built call the Twitter API the API returns this: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head><body> <h1>Bad Request</h1> <p>Your browser sent a request that this server could not understand.<br /> </p> </body></html> The weird thing is, sometimes it returns proper results. But if I try to refresh or repeat the request a minute later, the same 400 error message returns. I am certain that the code I have written is valid, as it was all working properly for over a month and only started showing problems today. What is happening is really worrying for me because I have spent 4 months developing Twitter based application and now things are all falling apart for no apparent reason. The site is here http://nowww.us/ but I have blocked all debugging information so you won't see errors in the main search form. But an example for developers to examine, I have made a page that demonstrates the problem and displays some error details: http://nowww.us/twitter-search.php?q=food&submit=Search can someone help me please? This is a really messing up my brain and I can't see what I can do. mark
