Reputation: 2895
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?
Upvotes: 6
Views: 4510
Reputation: 31
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.
Upvotes: 3
Reputation: 21
If you check the V2 permissions page documentation by here https://developers.facebook.com/docs/facebook-login/permissions/v2.0 you will notice that the Extended Permissions - Publish still exist after your app is reviewed and approved by Facebook. Thus i beleive that if you get such approval to request publisch permissions to your users you can create events using the api.
This is my interpretation. It would be very helpfull if you could check that.
Upvotes: 2
Reputation: 4908
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.
Upvotes: 5