[twitter-dev] Search results limitation

2010-05-14 Thread Amit
Hi, I am developing an application where i want to get twitter updates (follow-ups, tweets etc.) based on keywords straightaway into my application. I am using twitter4j for that purpose. The problem is that the search results are quite outdated as compared to the ones gotten through twitter

Re: [twitter-dev] Search results limitation

2010-05-14 Thread John Kalucki
Results from the Search API should be delayed only by a few seconds during normal operations. If there's some operational issue, search can get behind, but this should be fairly rare. The lowest latency API is the Streaming API. Results are often available here before they are published onto

Re: [twitter-dev] Search results limitation

2010-05-14 Thread devjyoti patra
Use since and until parameters to specify the time period for which you would like to see the results. For each day you can retrieve a maximum of 1500 tweets per search term. On Fri, May 14, 2010 at 11:48 AM, Amit saksena...@gmail.com wrote: Hi, I am developing an application where i want to