2

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
  • 2
    If you check the documentation for the endpoint, it says right on top, “This is a restricted edge. You cannot request access at this time.” - so maybe Evensi has gotten access, via whatever channels. But as a normal, 3rd-party app, right now you can not get access to page events.
    – misorude
    Commented Oct 8, 2018 at 12:11

1 Answer 1

0

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.