Connect Facebook (Page access token)
The Facebook integration lets your AI agent manage Pages β publishing posts, replying to comments, reading engagement metrics. It is separate from Meta Ads, which focuses on advertising.
Business Page required
Facebook's Graph API only works with Pages owned by a Meta Business account. You cannot manage a personal Facebook profile through the API. If you don't have a Page yet, create one at facebook.com/pages/create.
Step 1 β Make sure you have a Business Pageβ
- Sign in to Meta Business Suite.
- Confirm the Page you want Clawify to manage appears under Pages.
- Make sure the user generating the token has at least the Content Manager or Admin role on that Page.
Step 2 β Create a Meta Developer App (if you don't have one)β
The same app can be reused for Meta Ads + Facebook + Instagram.
- Go to developers.facebook.com β My Apps β Create App.
- Pick "Other" β "Business".
- Name the app (e.g. Clawify Social), attach your Business Account.
- From the dashboard, add the Facebook Login for Business product.
Step 3 β Generate a Page access tokenβ
- Open the Graph API Explorer.
- Pick your app in the top-right dropdown.
- User or Page dropdown β Get Page Access Token β pick your Page.
- Click Generate Access Token and grant the requested permissions:
pages_show_listpages_read_engagementpages_manage_postspages_manage_engagementpages_read_user_content
- Copy the token.
- Exchange it for a long-lived Page token (these never expire as long as the user keeps Page access). Use the Access Token Debugger β Extend Access Token.
Step 4 β Connect it to Clawifyβ
- In Clawify, go to Integrations (or
/app/integrations). - Find the Facebook card and click Connect.
- Paste the Page access token.
- Click Continue. The card flips to Connected.
What your AI can do once connectedβ
- "Post a 3-image carousel of my new collection to my Facebook Page tomorrow at 10 AM."
- "Reply to every unanswered comment on my last post with a friendly thank-you."
- "Summarize this week's Page reach, engagement, and follower growth."
Troubleshootingβ
- "Invalid OAuth access token" β the token expired or was revoked. Re-issue from the Graph API Explorer.
- "(#100) Param page_id missing" β you generated a User token instead of a Page token. Pick Get Page Access Token in the explorer.
- "This action requires Page roles" β the Facebook account that issued the token lost its Page admin role. Re-add it in Business Settings β Pages β People.
- "App in development mode" β request Advanced Access on the relevant Page permissions in your app's App Review dashboard.