1

Due to many Facebook's access policies changes, the question may seem duplicated, but it's not.

My application followed all facebook approval process, and at the moment it has been approved by the "App Review" to get "manage_pages" permission. This allows to obtain a "Page Access Token" which grants the access to the page events, wherever the user is Guest or Host. (Facebook manage_pages)

After switching from Development to Live mode, the /page/events endpoint returns an empty object, with all my granted users, with a valid longlive page access token.

{
  "data": [
  ]
}

Has anyone ever encountered this issue? Thanks.


Past references about this:

Facebook Graph API does not return Page Events

How can I get the events for a Facebook page?

Nicolò
  • 186
  • 1
  • 16
  • https://developers.facebook.com/docs/graph-api/reference/page/events/: _“This is a restricted edge. You cannot request access at this time.”_ – 04FS Sep 19 '19 at 10:52
  • https://developers.facebook.com/docs/graph-api/reference/event: _“Page Event access is restricted to whitelisted partners at this time.”_ – 04FS Sep 19 '19 at 10:53

0 Answers0