How to mint a Facebook Page Access Token and connect it to Nora.
Where to apply for credentials
Meta for Developers
developers.facebook.com/apps
Mint a long-lived Page Access Token
Use the Graph API Explorer: get a User Access
Token with
pages_show_list, pages_manage_posts, pages_read_engagement scopes; use the
/me/accounts endpoint to swap it for a long-lived Page token.Connect in Nora
Paste the Page Access Token + Page ID. Nora callsGET /me?access_token=... to verify.
MCP server
No official Facebook MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
FACEBOOK_ACCESS_TOKEN | Page Access Token |
FACEBOOK_PAGE_ID | Page ID field |

