0
開發一個Twitter連接的應用程序,並與URL獲取趨勢:Twitter的API趨勢迅速
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"
}
]
我怎樣才能獲得的趨勢實際內容?希望有一些解決方案。由於