开发者

Twitter API: Get latest Tweets for an keyword including GEO - Cords?

Is there any way to get the Cords of the "T开发者_StackOverflow社区witterer" when using Twitter Search Api? If i understand the API Doc right, is there no GEO Result in their XML / JSON return object?


You can get tweets against coordinates by using following code

var search = FluentTwitter.CreateRequest().Search().Query()
    .Within(searchMiles).Of(geoLocation).AsJson();
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜