How can I use the Twitter Search API to return all tweets that match my search query, posted only within the last five seconds?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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 the since_id to grab all tweets from a specific ID. However, I can't really see a good way to find the tweet ID to begin from. I'm also aware that you can use "since:" in the actual query to use a date, but you cannot enter a time. Can someone with Twitter API experience offer me any advice? Thanks for reading and your time! http://apiwiki.twitter.com/Search-API-Documentation