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
Are you trying to poll tweets in real time? Doesn't twitter have a limit on API req/hour. I think you'd hit that pretty fast.