2012-03-03 8 views
2

私は多くの運が無ければTwitter APIを見ています。Twitter API - gpsポイント付近のツイートを取得

gpsポイントを渡す方法を提供していれば誰でも知っていますか、そのポイントの近くにつくったつぶやきのリストを返すのですか?

私は周りを見回して、トピックで多くを見つけることができなかった、誰もこれを経験したことがありますか?

私はうまくいけばMVC3 .netアプリケーションでこのような呼び出しを使用するつもりです。

ありがとうございました

答えて

4

検索API、具体的には「geocode」をご覧ください。 https://dev.twitter.com/docs/api/1/get/searchから:

Returns tweets by users located within a given radius of the given latitude/longitude. The  location is preferentially taking from the Geotagging API, but will fall back to their Twitter profile. The parameter value is specified by "latitude,longitude,radius", where radius units must be specified as either "mi" (miles) or "km" (kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this geocode parameter to search near geocodes directly. 

Example Values: 37.781157,-122.398720,1mi 
+0

ありがとう、のようなその何か...のhttp:?//search.twitter.com/search Q =に%3Atwitter%20until%3A2011-05-07&ジ​​オコード= 37.781157、-122.398720,25mi –

関連する問題