我无法取得所有发生的体育赛事 格鲁吉亚。这是目前使用它的正确方法吗? 检索全国各地的所有活动。
FacebookClient publicFbClient = new DefaultFacebookClient();
Connection<Event> events = publicFbClient.fetchConnection(
"search", Event.class,
Parameter.with("category", "Sports"),
Parameter.with("location", "Georgia"),
Parameter.with("type", "event"));
答案 0 :(得分:1)
在定义类型center
时,除了distance
(latlong)和place
(半径)之外,没有提及in the doc能够限制地理位置的结果。
您可以设置径向搜索变量for events,但这样做似乎不会改变结果。