无法使用restFB获取具有特定位置的事件

时间:2011-09-29 11:27:54

标签: java restfb

我无法取得所有发生的体育赛事 格鲁吉亚。这是目前使用它的正确方法吗? 检索全国各地的所有活动。

FacebookClient publicFbClient = new DefaultFacebookClient(); 

Connection<Event> events = publicFbClient.fetchConnection( 
        "search", Event.class, 
        Parameter.with("category", "Sports"), 
        Parameter.with("location", "Georgia"), 
        Parameter.with("type", "event")); 

1 个答案:

答案 0 :(得分:1)

在定义类型center时,除了distance(latlong)和place(半径)之外,没有提及in the doc能够限制地理位置的结果。

您可以设置径向搜索变量for events,但这样做似乎不会改变结果。