Event creation via facebook graph api

Is it possible to create a facebook event through the code (for today), referring to the documentation:

for version 2.0 for version 1.0 Publication is possible in version 1.0, but not in version 2.0. Is there any legacy API support that I can use to create facebook events?

Any help was appreciated.

+4
source share
1 answer

If your application is a Graph API v2.0 application (created after April 30, 2014), you cannot create events through the Graph API.

If your application is v1.0, the ability to create events will disappear from May 1, 2015.

+5

Source: https://habr.com/ru/post/1548628/


All Articles