开发者

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

开发者 https://www.devze.com 2023-03-05 09:44 出处:网络
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 objec

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

精彩评论

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