[twitter-dev] Re: Twitter Search not showing results

2011-07-01 Thread kamesh SmartDude
Hai Shipla, Did u check the HTTP Response code what it is returning when u are not getting the results. when u are not getting the results it might give the response code as 200 but the response contains the Error Message "Rate limit exceed" or empty response. //kamesh On Jul 1, 10:49 am, sri sh

[twitter-dev] Re: Twitter Search not showing results

2011-07-01 Thread sri shilpa
Thank You Kamesh. Yes thats only the problem. But my client is not getting results even once also. But i am getting results as in twitter advanced search...i don't understand what might be the problem. Is Blacklist is based on IP address or server used. I am getting results in same server. I am

Re: [twitter-dev] Re: Twitter Search not showing results

2011-07-03 Thread kamesh SmartDude
Hai shilpa, Rate Limiting depends on the IP Adress. Twitter server calculates the no of requests from the IP adress and limits the response. //kamesh On Fri, Jul 1, 2011 at 10:33 PM, sri shilpa wrote: > Thank You Kamesh. Yes thats only the problem. But my client is not getting > results even

Re: [twitter-dev] Re: Twitter Search not showing results

2011-07-06 Thread sri shilpa
I don't understand on basis we get the results. If we have two twitter accounts X and Y in a site. If we search same keyword from both accounts, will ratelimit is calculated seperately for the two accounts? From one account it is showing as rate limit error and other is not showing rate limit

Re: [twitter-dev] Re: Twitter Search not showing results

2011-07-06 Thread kamesh SmartDude
Hai, Sometimes Twitter Server Behaves Oddlybecause of server load. even i got the Empty array for otherrequests also. we can't say why it is happenning. we must handle the Error cases properly(Empty list as well as Error Messages). //kamesh On Wed, Jul 6, 2011 at 5:16 PM, sri shilpa wrote: