LinkedIn Plugin
LinkedIn publishing plugin — OAuth 2.0 login and text post creation via LinkedIn REST API.
Commands
Operations
linkedin auth url— Generate LinkedIn OAuth authorization URLlinkedin auth exchange— Exchange OAuth authorization code for access tokenlinkedin person urn— Fetch LinkedIn person URN from OpenID userinfo endpointlinkedin post create— Publish a text post to LinkedIn organization pagelinkedin post browser— Publish a text post to LinkedIn via browser automation
Usage Examples
- "linkedin auth url --client-id YOUR_CLIENT_ID"
- "linkedin post create --access-token YOUR_TOKEN --text 'Hello world'"
- "linkedin post browser --text 'Hello world' --cookies-file cookies.json"
Installation
npm install node
Examples
node --version
Key Features
- social-media
- publishing
- oauth
- api