在指定WOEID时获取Twitter趋势

时间:2011-01-20 19:54:40

标签: twitter

大家好我想从特定国家/地区获取热门话题列表。

您可以查看documentation here

Feed的格式为

api.twitter.com/1/trends/woeid.format

在伦敦寻找趋势时(WEOIP = 44418),它运作良好。

api.twitter.com/1/trends/44418.json

但由于某种原因,它对南非不起作用(WEOIP = 23424942)

api.twitter.com/1/trends/23424942.json

2 个答案:

答案 0 :(得分:2)

某些国家/地区可以使用趋势数据,但南非不提供此类数据。

此博客文章的底部有一个可用位置列表(可能已过期,于2010年2月4日发布): https://blog.twitter.com/engineering/en_us/a/2010/woeids-in-twitters-trends.html

答案 1 :(得分:0)

Twitter API提供了一种获取趋势主题的可用位置的方法。您应首先获取这些可用位置,然后通过指定其WOEID请求为其中一个位置加载趋势主题。请参阅Twitter API reference for available locations