【问题标题】:twitter api trends swifttwitter api 趋势迅速
【发布时间】:2016-12-16 17:58:59
【问题描述】:

开发一个 twitter 连接应用程序并通过 url 获取趋势:

https://api.twitter.com/1.1/trends/closest.json?lat=42&long=36

输出:

[
   {
    "name": "Turkey",
    "placeType":  {
      "code": 12,
      "name": "Country"
    },
    "url": "http://where.yahooapis.com/v1/place/23424969",
    "parentid": 1,
    "country": "Turkey",
    "woeid": 23424969,
    "countryCode": "TR"
  }
]

如何获取趋势的实际内容?希望有一些解决方案。谢谢

【问题讨论】:

    标签: ios swift xcode twitter


    【解决方案1】:

    你想打电话

    获取趋势/地点

    不是趋势/最接近 api 文档中的所有内容

    documentation

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-03-29
      • 2014-09-17
      • 2017-03-11
      • 2011-03-11
      • 2014-06-06
      • 1970-01-01
      • 2013-05-08
      • 2023-04-01
      相关资源
      最近更新 更多