Platforms
LinkedIn over the overads API: status, connection, limits, media rules and platformSettings keys.
Status: Live. Posts created over the API deliver to this channel today.
Publishes today to member profiles and organisation pages.
Connecting
OAuth through LinkedIn, in the app.
Once connected the account appears in GET /connections with platform: "linkedin". Use its id in connectionIds.
Limits
| Characters | 3,000 |
| API id | linkedin |
- Up to 9 images, or 1 video up to 500 MB and 30 minutes.
- Media is optional.
Limits are checked when the post is created or edited, so an over-limit post is refused then with a sentence naming the cap, not at the scheduled minute. A video over the channel's size cap is MEDIA_TOO_LARGE; over its duration cap is MEDIA_TOO_LONG.
Settings
Pass these under platformSettings.linkedin. Every key is optional. An unknown key is refused with PLATFORM_SETTING_UNKNOWN and the dotted path of the key.
| Key | Value | Meaning |
|---|---|---|
visibility | PUBLIC or CONNECTIONS | Who can see the post |
{ "linkedin": { "visibility": "PUBLIC" } }