Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating facebook events with api v2

Is possible to creating events with Facebook API?

It is possible in API v1:

https://developers.facebook.com/docs/graph-api/reference/v1.0/event#publish

But not in v2 (the current version):

https://developers.facebook.com/docs/graph-api/reference/v2.0/event#publish

Can I use v1? is there some other way to creating Facebook events in a PHP app?

like image 527
Developer Avatar asked May 06 '14 15:05

Developer


2 Answers

If you have an app that was created before 4/30/14 you can use v1. But at 4/30/15 v1 will be deprecated and you will have to use v2.

like image 187
WizKid Avatar answered Sep 30 '22 14:09

WizKid


According to changelog for v2.0 (https://developers.facebook.com/docs/apps/changelog#v2_0_games): Create event Removed - Apps can no longer create events with the API.

like image 41
Andrei Perasaliak Avatar answered Sep 30 '22 15:09

Andrei Perasaliak