A
A
Asya2019-11-22 20:03:03
Python
Asya, 2019-11-22 20:03:03

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" +
               "&center=" + '54.2325, 4.5233' +
               "&distance=1000000"  +
               "&limit=3")

how to do the same for "events" only?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Shamanov, 2019-11-22
@SilenceOfWinter

https://developers.facebook.com/docs/graph-api/ref... ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question