ジョージア州で起こっているすべてのスポーツイベントを取得することはできません。現在、全国のすべてのイベントを取得しているため、これを使用する正しい方法ですか。
FacebookClient publicFbClient = new DefaultFacebookClient();
Connection<Event> events = publicFbClient.fetchConnection(
"search", Event.class,
Parameter.with("category", "Sports"),
Parameter.with("location", "Georgia"),
Parameter.with("type", "event"));