Facebook Access Token for Pages - Stack Overflow
Go to the Graph API Explorer Choose your app from the dropdown menu Click "Get Access Token" Choose the manage_pages permission (you may need the user_events permission too, not sure) Now access the meaccounts connection and copy your pages access_token Click on your pages id Add the pages access_token to the GET fields Call the connection you want (e. g. : PAGE_IDevents)
more
|