Fetching public events from Facebook

35 views
Skip to first unread message

aparna...@gmail.com

unread,
Feb 21, 2019, 10:17:37 AM2/21/19
to RestFB
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));

crawledEventList  : 
{
   "data": [
      
   ]
}


Norbert Bartels

unread,
Feb 26, 2019, 4:05:22 AM2/26/19
to RestFB
Searching for events is not longer possible.

There you can find the link to the original Facebook page with that information.

Am Donnerstag, 21. Februar 2019 16:17:37 UTC+1 schrieb

aparna...@gmail.com

unread,
Feb 26, 2019, 4:41:04 AM2/26/19
to RestFB
Is there any other way I can crawl the public events from Facebook to my application?
Reply all
Reply to author
Forward
0 new messages