- Go to the Graph API Explorer
- Choose your app from the dropdown menu
- Click “Get Access Token”
- Choose the
manage_pagespermission (you may need theuser_eventspermission too, not sure) - Now access the
me/accountsconnection and copy your page’saccess_token - Click on your page’s id
- Add the page’s
access_tokento the GET fields - Call the connection you want (e.g.:
PAGE_ID/events)