标签: search twitter location twitter4j tweets
我正在尝试按经度和纬度使用twitter4j搜索推文,如下所示:
GeoLocation gl = new GeoLocation(39.8,-95.583068847656); query.setGeoCode(gl, 2500, Unit.valueOf("km"));
这个位置应该是旧金山。但是,在尝试按位置搜索时,twitter4j没有返回推文。