Skip to content

Facebook ​

Manage pages, posts, comments, and insights via the Facebook Graph API.

DetailValue
CategorySocial Media
Base URLhttps://graph.facebook.com/v19.0
AuthenticationOAuth2
Endpoints6
Connector keyfacebook

Using Facebook in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Facebook from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /meGet user profile
GET /me/accountsList managed pages
POST /{pageId}/feedCreate a page post
GET /{pageId}/feedGet page feed
GET /{pageId}/insightsGet page insights
GET /{postId}/commentsList post comments

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.