Skip to main content
1

Create a new app

Head over to LinkedIn developers and create a new app.LinkedIn
2

Add required products

Fill in all the details, once created head over to Products and make sure you add all the required products.LinkedIn
It is important to request the Advertising API permissions and fill up the request form, or you will not have the ability to refresh your tokens.
3

Configure OAuth2 Redirect URI

Replace {provider} with linkedin in the redirect URI.
If you are using the “LinkedIn Page” provider, then the redirect url should be “linkedin-page”.
4

Copy your credentials

Copy the created Client ID and Client Secret and add them to your .env file.
LINKEDIN_CLIENT_ID=""
LINKEDIN_CLIENT_SECRET=""
You can find those under the Auth Tab of your LinkedIn App in the developer portal.