Connect to Facebook to read the user profile.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "FACEBOOK_COMMENT_DELETE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("FACEBOOK_COMMENT_DELETE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute FACEBOOK_COMMENT_DELETE --data '{ }'Tool catalog
Available tools
8 callable operations
Delete Facebook commentFACEBOOK_COMMENT_DELETEDeletes a Facebook comment when the connected Page context has moderation permissions.Connection2 scopes
Deletes a Facebook comment when the connected Page context has moderation permissions.
Authentication
Connected account requiredScopes
pages_manage_engagementpages_read_engagementTags
Update Facebook commentFACEBOOK_COMMENT_UPDATEUpdates a Facebook comment message or hides/unhides a Page comment.Connection2 scopes
Updates a Facebook comment message or hides/unhides a Page comment.
Authentication
Connected account requiredScopes
pages_manage_engagementpages_read_engagementTags
Get Facebook profileFACEBOOK_GET_MEGets the authenticated Facebook user's profile from Graph API.Connection2 scopes
Gets the authenticated Facebook user's profile from Graph API.
Authentication
Connected account requiredScopes
emailpublic_profileTags
Create Facebook page feed postFACEBOOK_PAGE_FEED_CREATEPublishes or schedules a post on a Facebook Page feed.Connection3 scopes
Publishes or schedules a post on a Facebook Page feed.
Authentication
Connected account requiredScopes
pages_manage_postspages_read_engagementpages_show_listTags
List Facebook page feedFACEBOOK_PAGE_FEED_LISTLists recent posts from a Facebook Page feed.Connection1 scope
Lists recent posts from a Facebook Page feed.
Authentication
Connected account requiredScopes
pages_read_engagementTags
Create Facebook page photoFACEBOOK_PAGE_PHOTO_CREATEUploads a photo to a Facebook Page from a URL.Connection3 scopes
Uploads a photo to a Facebook Page from a URL.
Authentication
Connected account requiredScopes
pages_manage_postspages_read_engagementpages_show_listTags
Create Facebook page videoFACEBOOK_PAGE_VIDEO_CREATECreates a Facebook Page video from a public file URL or upload session parameters.Connection3 scopes
Creates a Facebook Page video from a public file URL or upload session parameters.
Authentication
Connected account requiredScopes
pages_manage_postspages_read_engagementpages_show_listTags
List Facebook pagesFACEBOOK_PAGES_LISTLists pages available to the authenticated Facebook user.Connection1 scope
Lists pages available to the authenticated Facebook user.
Authentication
Connected account requiredScopes
pages_show_listTags