In my application, I use restfb for crawling events from facebook.It was working fine previously and now its returning empty data.
Connection<com.restfb.types.Event> crawledEventList = facebookClient.fetchConnection("search",
com.restfb.types.Event.class, Parameter.with("q", "delhi"), Parameter.with("type", "event"),
Parameter.with("limit", limit));