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
1
Create a Business app
Click Create App → choose Business type. Name it.
2
Add Products
Add Pages and Facebook Login products.
3
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.4
Find the Page ID
The page’s About tab shows it. Copy it into Nora.
Connect in Nora
Paste the Page Access Token + Page ID. Nora callsGET /me?access_token=... to verify.

