1

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!

xyNNN
  • 492
  • 3
  • 21

1 Answers1

2

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

andyrandy
  • 72,880
  • 8
  • 113
  • 130
  • Basically this is a fact that i knew and described above, as you pointed out also. Is there another possibilities like via Facebook directly (webpage) to create events which are repeated (interval of X days)? :) – xyNNN May 06 '15 at 06:54