Importing Facebook Events

289 Views Asked by At

I am working on a feature which includes Facebook events, but I just read that Facebook API endpoint for getting events are deprecated. But still, I've got one question. How is possible that Evensi.com is still functional?

Also if I missed something, do you know any proper way how to import Facebook events based on location?

Regards,

Michal

1

There are 1 best solutions below

0
On

I just created a python script, you can see here. It queries the given facebook page and it's events and puts the data into a MySQL table.

Also, there are some js libraries on Github, so I think it's not impossible.