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
This sounds like something you can do on your end, as created_at is one of the fields returned in the result set. Just do your query, and only use the ones that are within the last 5 seconds.