Answer the question
In order to leave comments, you need to log in
How to scrape events from facebook?
how to parse events from facebook? it used to be possible with the "search" parameter, but now it's not possible
, so for now I can only parse "places":
graph.request("/search" +
"?type=place" +
"&q=Cafe" +
"¢er=" + '54.2325, 4.5233' +
"&distance=1000000" +
"&limit=3")
Answer the question
In order to leave comments, you need to log in
https://developers.facebook.com/docs/graph-api/ref... ?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question