Search code examples
facebookfacebook-events

Permission to get events from Facebook Page


I am attempting to get events from a specific page, through a person who is administrator of the site and the host of the events. This will not work unless i make the administrator a tester on my Facebook App. Anyone who knows which permission i am missing?

I have the following permissions already:

  • business_management
  • manage_pages
  • public_profile
  • publish_pages
  • user_friends

EDIT

enter image description here
Facebook API Explorer

enter image description here
Facebook API Explorer
enter image description here
Access Token Info


Solution

  • https://developers.facebook.com/docs/graph-api/reference/page/events:

    This is a restricted edge. You cannot request access at this time.

    Facebook has restricted this to specific partners; as a normal 3rd-party app developer you can not get page events at this time.