SocialClaw
OAuth integration

Publish LinkedIn pages from one SocialClaw workspace.

SocialClaw keeps LinkedIn page connection, native media upload, validation, and post inspection under the same workspace used by your dashboard, CLI, and API.

Media LinkedIn pages support one video or up to twenty images per post. SocialClaw uploads LinkedIn media natively before publish.
Publishing SocialClaw publishes LinkedIn page and organization posts with text, native image upload, or native video upload. A connected member with organization posting access is required.

What this integration supports

The main details for this connection.

Account type LinkedIn page or organization Connect a LinkedIn member with page posting access through the SocialClaw OAuth flow, then publish to the LinkedIn page target stored in the workspace.
Auth model OAuth The hosted SocialClaw OAuth flow stores the connection in the workspace.
Scheduling Validate, draft, apply, inspect SocialClaw publishes LinkedIn page and organization posts with text, native image upload, or native video upload. Reconciliation currently supports LinkedIn post lookup.
Analytics Snapshots and health Analytics snapshots are available, but LinkedIn provider-native analytics fetchers are not implemented yet.

Connection, media, and delivery

How accounts connect, what media works, and how publishing behaves.

Connection model OAuth Connect a LinkedIn member with page posting access through the SocialClaw OAuth flow, then publish to the LinkedIn page target stored in the workspace.
Media and delivery LinkedIn pages support one video or up to twenty images per post. SocialClaw uploads LinkedIn media natively before publish.

Settings and discovery

Useful settings and discovery notes for this provider.

Current settings surface

No provider-specific publish settings are advertised for this route today. Use capabilities and publish-preview to confirm the connected account shape before applying a run.

Discovery notes

  • Use publish-preview to confirm media handling and limits for the connected LinkedIn page target.

CLI and HTTP examples

Example commands and requests for this integration.

CLI flow Workspace API key + provider connect
socialclaw login
socialclaw accounts connect --provider linkedin_page --open
socialclaw accounts capabilities --provider linkedin_page --json
socialclaw validate -f schedule.json --json
HTTP API flow Hosted SocialClaw endpoints
curl -sS \
  -X POST \
  -H "Authorization: Bearer $SC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"provider":"linkedin_page"}' \
  "https://getsocialclaw.com/v1/connections/start"

curl -sS \
  -H "Authorization: Bearer $SC_API_KEY" \
  "https://getsocialclaw.com/v1/accounts"

Current limitations

A few practical limits to keep in mind.

  • A connected member with organization posting access is required.
  • Non-post interaction steps are not implemented.
  • LinkedIn page and LinkedIn member profile targets stay distinct in SocialClaw.

Related routes

Related use cases and workflows.

Frequently asked questions

How does SocialClaw connect LinkedIn Page?

Connect a LinkedIn member with page posting access through the SocialClaw OAuth flow, then publish to the LinkedIn page target stored in the workspace. The connection is stored in the workspace so scripts, agents, and the dashboard reuse the same account state.

What can I publish to LinkedIn Page with SocialClaw?

SocialClaw publishes LinkedIn page and organization posts with text, native image upload, or native video upload. LinkedIn pages support one video or up to twenty images per post. SocialClaw uploads LinkedIn media natively before publish.

What should I check before scheduling LinkedIn Page posts?

Inspect account capabilities and publish-preview before applying a schedule. A connected member with organization posting access is required.

Use LinkedIn Page through one hosted SocialClaw workspace

Connect the account once, validate before apply, and keep post plus run inspection in the same workspace used by the dashboard, API, and CLI.