我正在尝试使用Twurl捕获包含此搜索内容的json文件:
https://twitter.com/search?f=users&q=keyword%20near%3A"United%20Kingdom"%20within%3A15mi&src=typd
我尝试过:
twurl /1.1/users/search.json?q=keyword%20near%3ALondon%20within%3A15mi
twurl /1.1/users/search.json?q=keyword%20near%3A"London%20within%3A15mi
twurl /1.1/users/search.json -X "Content-Type: application/json" -d '{"query":"keyword","maxResults":"100","near":"London, England","within":"1500mi"}'
还有许多变化。 get / Users API文档未列出地理位置选项,但我认为可以使用Twurl查询可以使用搜索api构建的任何搜索。我想念什么?
答案 0 :(得分:0)
您已经在这里回答了自己的问题。该文件将列出地理编码选项,如果这是可能的。用户/搜索端点仅支持在整个用户配置文件中匹配的关键字。没有地理搜索API中的用户。