Open Connector
所有 Tools

Threads logoThreads

Create, publish, read, manage, and analyze Threads content through the Meta Threads API.

threadsvcatalog-v129 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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: "THREADS_11_CREATE_TEXT_CONTAINER",  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("THREADS_11_CREATE_TEXT_CONTAINER", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute THREADS_11_CREATE_TEXT_CONTAINER --data '{ }'

Tool 目录

可用 Tools

29 个可调用操作

1.1 Create Text ContainerTHREADS_11_CREATE_TEXT_CONTAINERUse the `POST` /{threads-user-id}/threads [endpoint](https://developers.facebook.com/docs/threads/posts#step-1--create-a-threads-media-container) to create a text container.

Use the `POST` /{threads-user-id}/threads [endpoint](https://developers.facebook.com/docs/threads/posts#step-1--create-a-threads-media-container) to create a text container.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRead and Manage Threads Replies
2. Publish Threads PostTHREADS_2_PUBLISH_THREADS_POSTUse the `POST` /{threads-user-id}/threads_publish [endpoint](https://developers.facebook.com/docs/threads/posts#step-2--publish-a-threads-media-container) to publish the container ID returned in the previous step.

Use the `POST` /{threads-user-id}/threads_publish [endpoint](https://developers.facebook.com/docs/threads/posts#step-2--publish-a-threads-media-container) to publish the container ID returned in the previous step.

认证

需要 Connected Account

Tags

Post to ThreadsQuote Threads Posts
Check Container's Publishing StatusTHREADS_CHECK_CONTAINER_SPUBLISHING_STATUSUse `POST` /{threads-user-id}/threads_publish [endpoint](https://developers.facebook.com/docs/threads/troubleshooting#publishing-does-not-return-a-media-id) to check a container's publishing status.

Use `POST` /{threads-user-id}/threads_publish [endpoint](https://developers.facebook.com/docs/threads/troubleshooting#publishing-does-not-return-a-media-id) to check a container's publishing status.

认证

需要 Connected Account

Tags

Troubleshooting
Debug Access TokenTHREADS_DEBUG_ACCESS_TOKENDebug Access Token

Debug Access Token

认证

需要 Connected Account

Tags

Troubleshooting
Delete Threads PostTHREADS_DELETE_THREADS_POSTDelete Threads Post

Delete Threads Post

认证

需要 Connected Account

Tags

Read And Manage ThreadsDelete Threads Media Objects
Embed a Threads PostTHREADS_EMBED_ATHREADS_POSTEmbed a Threads Post

Embed a Threads Post

认证

需要 Connected Account

Tags

Display Threads
Exchange the Code For a TokenTHREADS_EXCHANGE_THE_CODE_FOR_ATOKENOnce you receive a code, exchange it for a short-lived access token by sending a `POST` request to the /oauth/access_token [endpoint](https://developers.facebook.com/docs/threads/get-started/get-access-tokens-and-permissions#step-2--exchange-the-code-for-a-token)

Once you receive a code, exchange it for a short-lived access token by sending a `POST` request to the /oauth/access_token [endpoint](https://developers.facebook.com/docs/threads/get-started/get-access-tokens-and-permissions#step-2--exchange-the-code-for-a-token)

认证

需要 Connected Account

Tags

Authorization
Get Account InsightsTHREADS_GET_ACCOUNT_INSIGHTSUse the `GET` /{threads-user-id}/threads_insights [endpoint](https://developers.facebook.com/docs/threads/insights#user-insights) to return the insights of a given Threads user.

Use the `GET` /{threads-user-id}/threads_insights [endpoint](https://developers.facebook.com/docs/threads/insights#user-insights) to return the insights of a given Threads user.

认证

需要 Connected Account

Tags

Read Threads Insights
Get a List of All a User's RepliesTHREADS_GET_ALIST_OF_ALL_AUSER_SREPLIESUse the `GET` /{threads-user-id}/threads [endpoint](https://developers.facebook.com/docs/threads/threads-media#retrieve-a-list-of-all-a-user-s-threads) to return a paginated list of all threads created by a user.

Use the `GET` /{threads-user-id}/threads [endpoint](https://developers.facebook.com/docs/threads/threads-media#retrieve-a-list-of-all-a-user-s-threads) to return a paginated list of all threads created by a user.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRead Replies Media Objects
Get a List of All a User's ThreadsTHREADS_GET_ALIST_OF_ALL_AUSER_STHREADSUse the `GET` /{threads-user-id}/threads [endpoint](https://developers.facebook.com/docs/threads/threads-media#retrieve-a-list-of-all-a-user-s-threads) to return a paginated list of all threads created by a user.

Use the `GET` /{threads-user-id}/threads [endpoint](https://developers.facebook.com/docs/threads/threads-media#retrieve-a-list-of-all-a-user-s-threads) to return a paginated list of all threads created by a user.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRetrieve Threads Media Objects
Get App Access TokenTHREADS_GET_APP_ACCESS_TOKENGet App Access Token

Get App Access Token

认证

需要 Connected Account

Tags

Authorization
Get App-Scoped User's Profile InformationTHREADS_GET_APP_SCOPED_USER_SPROFILE_INFORMATIONUse the `GET` /{threads-user-id}?fields=id,username,... [endpoint](https://developers.facebook.com/docs/threads/threads-profiles#retrieve-a-threads-user-s-profile-information) to return profile information about a Threads user.

Use the `GET` /{threads-user-id}?fields=id,username,... [endpoint](https://developers.facebook.com/docs/threads/threads-profiles#retrieve-a-threads-user-s-profile-information) to return profile information about a Threads user.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRetrieve Threads Profiles
Get Long-Lived Access TokenTHREADS_GET_LONG_LIVED_ACCESS_TOKENUse the `GET` /access_token [endpoint](https://developers.facebook.com/docs/threads/get-started/long-lived-tokens#get-a-long-lived-token) to exchange a short-lived Threads user access token for a long-lived token.

Use the `GET` /access_token [endpoint](https://developers.facebook.com/docs/threads/get-started/long-lived-tokens#get-a-long-lived-token) to exchange a short-lived Threads user access token for a long-lived token.

认证

需要 Connected Account

Tags

Authorization
Get Mentioned Threads PostsTHREADS_GET_MENTIONED_THREADS_POSTSGet Mentioned Threads Posts

Get Mentioned Threads Posts

认证

需要 Connected Account

Tags

Discover Threads
Get Post InsightsTHREADS_GET_POST_INSIGHTSUse the `GET` /{threads-media-id}/insights [endpoint](https://developers.facebook.com/docs/threads/insights#media-insights) to return the insights of a given Threads post.

Use the `GET` /{threads-media-id}/insights [endpoint](https://developers.facebook.com/docs/threads/insights#media-insights) to return the insights of a given Threads post.

认证

需要 Connected Account

Tags

Read Threads Insights
Get Public Threads User's Profile InformationTHREADS_GET_PUBLIC_THREADS_USER_SPROFILE_INFORMATIONGet Public Threads User's Profile Information

Get Public Threads User's Profile Information

认证

需要 Connected Account

Tags

Read And Manage ThreadsRetrieve Threads Profiles
Get Threads ConversationsTHREADS_GET_THREADS_CONVERSATIONSUse `GET` /conversation [endpoint](https://developers.facebook.com/docs/threads/reply-management#conversations) to fetch a paginated and flattened list of all top-level and nested replies.

Use `GET` /conversation [endpoint](https://developers.facebook.com/docs/threads/reply-management#conversations) to fetch a paginated and flattened list of all top-level and nested replies.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRead and Manage Threads Replies
Get Threads Pending RepliesTHREADS_GET_THREADS_PENDING_REPLIESUse `GET` /pending_replies [endpoint](https://developers.facebook.com/docs/threads/reply-management#retrieve-pending-replies) to fetch a paginated list of all pending replies.

Use `GET` /pending_replies [endpoint](https://developers.facebook.com/docs/threads/reply-management#retrieve-pending-replies) to fetch a paginated list of all pending replies.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRead and Manage Threads Replies
Get Threads Post DetailsTHREADS_GET_THREADS_POST_DETAILSUse the `GET` /{threads-media-id} [endpoint](https://developers.facebook.com/docs/threads/threads-media#retrieve-a-single-threads-media-object) to return an individual Threads media object.

Use the `GET` /{threads-media-id} [endpoint](https://developers.facebook.com/docs/threads/threads-media#retrieve-a-single-threads-media-object) to return an individual Threads media object.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRetrieve Threads Media Objects
Get Threads RepliesTHREADS_GET_THREADS_REPLIESUse `GET` /replies [endpoint](https://developers.facebook.com/docs/threads/reply-management#replies) to fetch a paginated list of all top-level replies.

Use `GET` /replies [endpoint](https://developers.facebook.com/docs/threads/reply-management#replies) to fetch a paginated list of all top-level replies.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRead and Manage Threads Replies
Hide RepliesTHREADS_HIDE_REPLIESUse `POST` /manage_reply [endpoint](https://developers.facebook.com/docs/threads/reply-management#hide-replies) to hide/unhide any top-level replies.

Use `POST` /manage_reply [endpoint](https://developers.facebook.com/docs/threads/reply-management#hide-replies) to hide/unhide any top-level replies.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRead and Manage Threads Replies
Manage Pending RepliesTHREADS_MANAGE_PENDING_REPLIESUse `POST` /manage_pending_reply [endpoint](https://developers.facebook.com/docs/threads/reply-management#manage-pending-replies) to approve or ignore pending replies.

Use `POST` /manage_pending_reply [endpoint](https://developers.facebook.com/docs/threads/reply-management#manage-pending-replies) to approve or ignore pending replies.

认证

需要 Connected Account

Tags

Read And Manage ThreadsRead and Manage Threads Replies
Refresh Access TokenTHREADS_REFRESH_ACCESS_TOKENRefresh Access Token

Refresh Access Token

认证

需要 Connected Account

Tags

Authorization
Repost Threads PostTHREADS_REPOST_THREADS_POSTUse the `POST` /{threads-user-id}/threads_publish [endpoint](https://developers.facebook.com/docs/threads/posts#step-2--publish-a-threads-media-container) to publish the container ID returned in the previous step.

Use the `POST` /{threads-user-id}/threads_publish [endpoint](https://developers.facebook.com/docs/threads/posts#step-2--publish-a-threads-media-container) to publish the container ID returned in the previous step.

认证

需要 Connected Account

Tags

Post to ThreadsRepost Threads Posts
Retrieve a List of a Public Profile's ThreadsTHREADS_RETRIEVE_ALIST_OF_APUBLIC_PROFILE_STHREADSRetrieve a List of a Public Profile's Threads

Retrieve a List of a Public Profile's Threads

认证

需要 Connected Account

Tags

Read And Manage ThreadsRetrieve Threads Media Objects
Retrieve Publishing Quota LimitTHREADS_RETRIEVE_PUBLISHING_QUOTA_LIMITUse `GET` /threads_publishing_limit [endpoint](https://developers.facebook.com/docs/threads/troubleshooting#retrieve-publishing-quota-limit) to check a user's publishing API quota limit.

Use `GET` /threads_publishing_limit [endpoint](https://developers.facebook.com/docs/threads/troubleshooting#retrieve-publishing-quota-limit) to check a user's publishing API quota limit.

认证

需要 Connected Account

Tags

Troubleshooting
Retrieve Threads LocationTHREADS_RETRIEVE_THREADS_LOCATIONRetrieve Threads Location

Retrieve Threads Location

认证

需要 Connected Account

Tags

Post to ThreadsLocation Search and Retrieval
Search for LocationsTHREADS_SEARCH_FOR_LOCATIONSSearch for Locations

Search for Locations

认证

需要 Connected Account

Tags

Post to ThreadsLocation Search and Retrieval
Search for Threads PostsTHREADS_SEARCH_FOR_THREADS_POSTSSearch for Threads Posts

Search for Threads Posts

认证

需要 Connected Account

Tags

Discover Threads

Provider 资源