Connect to LinkedIn to read the member profile and share posts.
linkedinv1.0.07 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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: "LINKEDIN_ARTICLE_SHARE_CREATE", 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("LINKEDIN_ARTICLE_SHARE_CREATE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute LINKEDIN_ARTICLE_SHARE_CREATE --data '{ }'Tool 目录
可用 Tools
7 个可调用操作
Create LinkedIn article shareLINKEDIN_ARTICLE_SHARE_CREATECreates a LinkedIn share that links to an external article or URL.需要连接1 scope
Creates a LinkedIn share that links to an external article or URL.
认证
需要 Connected AccountScopes
w_member_socialTags
shareswrite
List LinkedIn author postsLINKEDIN_AUTHOR_POSTS_LISTLists posts authored by a LinkedIn member or organization using the versioned Posts API.需要连接1 scope
Lists posts authored by a LinkedIn member or organization using the versioned Posts API.
认证
需要 Connected AccountScopes
r_member_socialTags
postsread
Create LinkedIn image postLINKEDIN_IMAGE_POST_CREATECreates a LinkedIn post with an already uploaded image URN using the versioned Posts API.需要连接1 scope
Creates a LinkedIn post with an already uploaded image URN using the versioned Posts API.
认证
需要 Connected AccountScopes
w_member_socialTags
postsimageswrite
Initialize LinkedIn image uploadLINKEDIN_IMAGE_UPLOAD_INITIALIZEInitializes a LinkedIn image upload and returns an upload URL plus image URN.需要连接1 scope
Initializes a LinkedIn image upload and returns an upload URL plus image URN.
认证
需要 Connected AccountScopes
w_member_socialTags
imageswrite
Get LinkedIn postLINKEDIN_POST_GETGets a LinkedIn post by share or UGC post URN using the versioned Posts API.需要连接1 scope
Gets a LinkedIn post by share or UGC post URN using the versioned Posts API.
认证
需要 Connected AccountScopes
r_member_socialTags
postsread
Create LinkedIn text shareLINKEDIN_TEXT_SHARE_CREATECreates a text-only LinkedIn share for a member author URN.需要连接1 scope
Creates a text-only LinkedIn share for a member author URN.
认证
需要 Connected AccountScopes
w_member_socialTags
shareswrite
Get LinkedIn userinfoLINKEDIN_USERINFO_GETGets OpenID Connect userinfo for the authenticated LinkedIn member.需要连接3 scopes
Gets OpenID Connect userinfo for the authenticated LinkedIn member.
认证
需要 Connected AccountScopes
emailopenidprofileTags
profileread