[twitter-dev] Re: Suggested method for getting GEO results

2010-06-02 Thread Bess
I am building a RSS native mobile app that pull Twitter feeds using Search API. I am experiencing similar behavior. Sometimes it has fewer results. Could you advise me? If I would have to use Twitter to report real- time events such as Earthquake alerts? for Medical Emergency alerts? Should I use

Re: [twitter-dev] Re: Suggested method for getting GEO results

2010-06-02 Thread Matt Harris
As Taylor said, the Streaming API sounds like it would be a good option for you to consider but for a user driven search like yours you would probably need to build a caching layer. Whilst the near operator works well on the search.twitter.com website it isn't supported through the search API. Unf

[twitter-dev] Re: Suggested method for getting GEO results

2010-06-02 Thread ELB
thanks Taylor for the reply. I am referring to user-initiated queries. We have users that type in a keyword to a search box, and we then return results from the Search API with the corresponding Geo Coordinates included with the request On Jun 2, 5:51 pm, Taylor Singletary wrote: > Have you c