Yahoo India Web Search

Search results

  1. Page access tokens are used in Graph API calls to manage Facebook Pages. To generate a page access token, an admin of the page must grant your app the Page permission or permissions needed. Once granted, you can retrieve the Page access token using a user access token with the required permissions. Code Sample

    • Access Tokens

      Access Tokens in Facebook Login for the Web. At the end of...

    • Login Security

      We recommend that App Access Tokens should only be used...

    • Tools

      Access Facebook Developers tools like Graph API Explorer,...

  2. Click "Get Access Token" Choose the manage_pages permission (you may need the user_events permission too, not sure) Now access the me/accounts connection and copy your page's access_token; Click on your page's id; Add the page's access_token to the GET fields; Call the connection you want (e.g.: PAGE_ID/events)

  3. In this guide, we teach you how to get access tokens for testing purposes. To learn more about authentication, see our main documentation: Access Tokens for Meta Technologies. This documentation will cover: Access Tokens - User Access Token, System User Access Token, App Access Token, Page Access Token, and Client Token. Long-Lived Tokens