Nova Admin Docs
Integrations

LinkedIn

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:

  1. Go to https://www.linkedin.com/developers/apps and create or select an app
  2. Under 'Products', request access to 'Community Management API'
  3. Under 'Auth', copy the Client ID and Client Secret
  4. Set the redirect URI to: {{callbackUrl}}
  5. 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

FieldRequiredNotes
Client IDYes77xxxxxxxx
Client SecretYesSecret — 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.

On this page