【发布时间】:2017-03-20 22:29:02
【问题描述】:
我正在尝试搜索特定用户发布的推文,但我无法破译文档。
我阅读了这个页面https://dev.twitter.com/rest/public/search和这个页面https://dev.twitter.com/rest/reference/get/search/tweets,我可以看到没有参数user或类似的东西。
但在第一页的底部是:
When you want the most popular tweets of a specific user using a hashtag:
You want: popular Tweets from @Cmdr_Hadfield mentioning the hashtag #nasa
Your search URL is: https://api.twitter.com/1.1/search/tweets.json?q=from%3ACmdr_Hadfield%20%23nasa&result_type=popular
为什么页面上没有记录? %3A = @?我该如何进行搜索?
编辑:
我正在使用https://www.npmjs.com/package/twitter - 1.7.0。
【问题讨论】: