Facebook ​
Manage pages, posts, comments, and insights via the Facebook Graph API.
| Detail | Value |
|---|---|
| Category | Social Media |
| Base URL | https://graph.facebook.com/v19.0 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | facebook |
Using Facebook in a workflow ​
- Go to Connections and click New Connection.
- Pick Facebook from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /me | Get user profile |
| GET /me/accounts | List managed pages |
| POST /{pageId}/feed | Create a page post |
| GET /{pageId}/feed | Get page feed |
| GET /{pageId}/insights | Get page insights |
| GET /{postId}/comments | List post comments |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.