Integrations
How to connect LinkedIn to Nova Admin via OAuth.
Connect your LinkedIn account to create posts, manage organization pages, and track analytics. Requires a LinkedIn app with Community Management API access.
How OAuth connection works
LinkedIn uses OAuth 2.0. Nova Admin stores an access/refresh token pair on your behalf — your password is never stored.
Prerequisites
Before clicking Authorize, complete these setup steps:
- Go to https://www.linkedin.com/developers/apps and create or select an app
- Under 'Products', request access to 'Community Management API'
- Under 'Auth', copy the Client ID and Client Secret
- Set the redirect URI to: {{callbackUrl}}
- Paste the Client ID and Client Secret below
Required scopes
w_member_social profile openid w_organization_social r_organization_social rw_organization_admin
Credential fields
| Field | Required | Notes |
|---|---|---|
| Client ID | Yes | 77xxxxxxxx |
| Client Secret | Yes | Secret — stored encrypted. |
Connect
In Nova Admin, go to /agents/integrations, find LinkedIn, enter the OAuth credentials above, and click Authorize. You will be redirected to LinkedIn to grant access, then back to Nova Admin.
Troubleshooting
- Redirect URI mismatch: ensure the OAuth app's redirect URI exactly matches the callback URL shown in the connect dialog.
- Scopes error: verify your OAuth app has the scopes listed above enabled.
- Need help?: refer to the LinkedIn OAuth docs.