Search API can return only 1500 recent tweets. Real pain is you have
to poll the API 15 times (rpp=100)

Look into the Streaming API. There are lower access levels which can
give you certain proportion of tweets.
http://dev.twitter.com/pages/streaming_api_methods#statuses-sample

But for getting all tweets, you will require Firehose access level.

Remember, you will have keep listening to the Streaming server for 30
seconds, inorder to receive tweets posted during that period.

On Sep 9, 10:18 pm, Jim Goodling <jim.goodl...@sas.com> wrote:
> I'm trying to get a list of all the users who tweeted in the last 30
> seconds. Currently I'm using the seach api with since= <today> and
> result_type=recent subsetting on result on my server and then calling
> the users api. Is there any way I can specify a datetime on the
> since=?  Is there a better way to get a list of all the users who
> tweeted in the last 30 seconds?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to