Byteblocks, Try using the "page" and "rpp" parameters in addition to
the "since" parameter:

# rpp: Optional. The number of tweets to return per page, up to a max
of 100.

    * Example: http://search.twitter.com/search.atom?q=devo&rpp=15

# page: Optional. The page number (starting at 1) to return, up to a
max of roughly 1500 results (based on rpp * page. Note: there are
pagination limits.

    * Example: http://search.twitter.com/search.atom?q=devo&rpp=15&page=2



On Jun 8, 9:26 pm, Byteblocks <naveenko...@gmail.com> wrote:
> I am trying to get messages between a start and end date. I see that
> there is "since" and "untill" that does some part of it. But there is
> small issue with it. Search API limits number of messages returned to
> 1500. So if a search query is very popular, I will get 1500 messages
> that may just span 2-3 hours (if lucky :-)). Then there is another
> "since_id". Again if i use that, it returns the results starting from
> latest. And as far as i can see "since" and "untill" does not take
> time part into consideration. Is there some trick or some API that i
> can use to get it done?
>
> Thanks

Reply via email to