Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions pages/providers/linkedin-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ Verify your app with LinkedIn

You will need to follow the verification process to request the necessary permissions listed below.

Fill in all the details, once created head over to Products and make sure you add all the required products.
![Linkedin](/images/providers/linkedin/linkedin-003.png)
Fill in all the details, once created head over to Products and make sure you add all the required products:
- Share on LinkedIn
- Advertising API
- Signin with LinkedIn using OpenID connect

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.

Expand All @@ -24,7 +26,7 @@ It is important to request the Advertising API permissions and fill up the reque
Copy the created `Client ID` and `Client Secret` and add them to your `.env` file.

```env
LINKEDIN_CLIENT_ID=""
LINKEDIN_CLIENT_SECRET=""
SERVICE_LINKEDIN_ID=""
SERVICE_LINKEDIN_SECRET=""
```
You can find those under the Auth Tab of your LinkedIn App in the developer portal.
Loading