I would like to use the API to return all tweets that match my search query, but only tweets posted within the last five seconds.
With Twitter\'s Search API, I can use t
Why don't you just make a call to the API every 5 seconds and grab the top 1 tweet.