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 error but returning an  empty array(for same keyword at same time). 

Thanks in advance.

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 srishilp...@gmail.com wrote:

 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 error but returning an  empty array(for same keyword at same time).

 Thanks in advance.

  --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


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 srishilp...@gmail.com wrote:

 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 not
 sure whats happening..

 Once again Thanks...

 --
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 shilpa srishilp...@gmail.com wrote:
 Hi All,
         I am facing   problem. Using twitter search  API sometimes i
 am not getting any results and sometimes i am getting results(for the
 same keyword). Please can you tell me what might be the problem.
 Researched on it a lot. Tried in many ways but no use. Please waiting
 for your reply.

 Thanks in advance

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[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 not 
sure whats happening..

Once again Thanks...

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk