Coming soon Coming soon. LinkedIn Organization Page comment management and publishing is in active development via the LinkedIn Marketing Developer Platform. When it launches, SocialAPI will handle the LinkedIn App and platform app review for you. No customer-side LinkedIn Developer registration will be required. See Platform credentials.Documentation Index
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
At a glance
| Field | Value |
|---|---|
| Platform slug | linkedin |
| Auth type | OAuth 2.0 (LinkedIn) |
| API | LinkedIn Marketing Developer Platform |
| Best for | B2B reach: company-page posts and comment moderation on LinkedIn. |
Capabilities
| Feature | Supported | Notes |
|---|---|---|
| List posts | Coming soon | Profile and page posts |
| Comments | Coming soon | Scoped to a specific post |
| Reply to comment | Coming soon | |
| Comment replies (thread) | Coming soon | |
| Moderate comment | Coming soon | Delete only at launch; hide/unhide not supported by LinkedIn API |
| Toggle post comments | Coming soon | |
| DMs | No | Not supported by LinkedIn API |
| Reviews | No | Not applicable |
| Mentions | No | Not supported via LinkedIn API |
| Create post | Coming soon | Text, images, articles |
| Update post | Coming soon | Text only, media cannot be updated |
| Delete post | Coming soon |
Connecting
auth_url. After they authorize, LinkedIn redirects to your redirect_uri with ?code=...&state=.... Then call:
Reading samples
List posts
List comments on a post
Publishing
For the full field reference, media constraints, and error recovery, see Publishing to LinkedIn.Limitations and gotchas
- Moderation: LinkedIn only supports deleting comments. Hide and unhide actions return
501. - Post updates: Only the text content of a post can be updated. Media attachments cannot be changed after publishing.
- Toggle comments: You can enable or disable comments on posts you own.
- Token refresh: LinkedIn OAuth tokens expire after 60 days. SocialAPI handles refresh automatically. If you receive
401withcode: "invalid_token", reconnect the account.
Permissions
SocialAPI’s managed LinkedIn Developer app already requests these scopes on your behalf:r_liteprofile, rw_organization_admin, r_organization_social, w_organization_social. You don’t need to register with LinkedIn Developers. See Platform credentials.