Search code examples
facebook-graph-apifacebook-php-sdkfacebook-events

Automatically create group events at facebook


Since the second version of the Graph API from Facebook they didn't allow anymore to create events via the API.

I want automatically create each 2 days a new event in a specific group. Is there another solution except to do it manually?

Thanks in advance!


Solution

  • No, it´s not possible to create events with the Graph API anymore, as you pointed out. You need to create events manually.