[twitter-dev] Twitter Search request failed. error 420

2010-05-27 Thread Karolis
Hello

i was sending this request via php: status:http://search.twitter.com/
search.json?geocode=55.6762944,12.5681157,10mirpp=100

the reply i get is: 420 unused. failed to open stream: HTTP request
failed! HTTP/1.1

Is this problem with my code or reliability of api?


Re: [twitter-dev] Twitter Search request failed. error 420

2010-05-27 Thread Jonathan Reichhold
420 is a rate limit.  The actual error message in the response does state
this.

Requesting things more than every 20 seconds will not help your results be
any fresher.

Jonathan

On Thu, May 27, 2010 at 6:29 AM, Karolis pkaro...@gmail.com wrote:

 Hello

 i was sending this request via php: status:http://search.twitter.com/
 search.json?geocode=55.6762944,12.5681157,10mirpp=100http://search.twitter.com/%0Asearch.json?geocode=55.6762944,12.5681157,10mirpp=100

 the reply i get is: 420 unused. failed to open stream: HTTP request
 failed! HTTP/1.1

 Is this problem with my code or reliability of api?