--- title: 'Facebook' description: 'Manage pages, posts, comments, and insights via the Facebook Graph API.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /me](./get_me_social_getprofile) | Get user profile | | [GET /me/accounts](./get_me_accounts_social_listpages) | List managed pages | | [POST /{pageId}/feed](./post_pageid_feed_social_createpost) | Create a page post | | [GET /{pageId}/feed](./get_pageid_feed_social_getpagefeed) | Get page feed | | [GET /{pageId}/insights](./get_pageid_insights_social_getinsights) | Get page insights | | [GET /{postId}/comments](./get_postid_comments_social_listcomments) | List post comments | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.