> > My script polls Twitter APIs once every 15 seconds with a query > > likehttp://search.twitter.com/search.atom?q=video%20filter:links&rpp=100&... > > > > Starting 2009-06-23, this API returns http 403, with the following > > error message. > > <hash> > > <error>since date or since_id is too old</error> > > </hash> > > > > Did anything change in the last 24 hours? Is this a known issue, and > > when is it expected to get fixed? Any leads would be much appreciated. > > We are seeing this as well.
I believe this error occurs when the search result would generate more than one page of results and a since argument (since or since_id) is given. Certainly something like that is bound to at some point, even at 100 reqs/page. I'm not fond of this implementation, mind you; I'd prefer getting the most recent page, plus maybe a warning in a separate field, rather than deepsixing the entire request. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected] -- FORTUNE: You can overcome any obstacle. Try a steeplechase. ----------------
