Actions
| Name | Description |
|---|---|
create_postCreate a post on a Facebook Page you manage | Create a post on a Facebook Page you manage |
create_photo_postCreate a photo on a Facebook Page you manage | Create a photo on a Facebook Page you manage |
create_video_postCreate a video on a Facebook Page you manage | Create a video on a Facebook Page you manage |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'facebook-pages',
actionName: 'create_post',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Facebook Pages to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Facebook Pages support?
Facebook Pages supports 3 actions including Create Page Post, Create Page Photo, Create Page Video.
Can I use Facebook Pages with AI agents?
Yes. Add Facebook Pages to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does Facebook Pages use?
Facebook Pages uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Facebook Pages integration cost?
The Facebook Pages integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Facebook Pages in minutes
Get 1,000 free actions every month. No credit card required.