Re: [twitter-dev] Getting tweets between a particular time frame

2010-01-02 Thread Josh Roesslein
You could use the search API with the 'since' and 'until' operators.
Currently the results you can get from the search API is limited to
the last 7 days.

Josh

On Sat, Jan 2, 2010 at 9:50 AM, veeru  wrote:
> All,
>
>  I am searching for an (probably REST) API that could search for the
> tweets posted by a particular user (not the authenticated one) between
> certain time frame. I didn't find one for it. However I could get all
> tweets and parse, but I am looking for something that could do that
> directly (so that it will be faster). Kindly point me if there is one
> such.
>
> TIA
> Veerabahu
>


[twitter-dev] Getting tweets between a particular time frame

2010-01-02 Thread veeru
All,

 I am searching for an (probably REST) API that could search for the
tweets posted by a particular user (not the authenticated one) between
certain time frame. I didn't find one for it. However I could get all
tweets and parse, but I am looking for something that could do that
directly (so that it will be faster). Kindly point me if there is one
such.

TIA
Veerabahu