Skip to content

Commit d40c525

Browse files
authored
Update linkedin-page.mdx
1 parent c6336b9 commit d40c525

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pages/providers/linkedin-page.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Verify your app with LinkedIn
1313

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

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

1921
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.
2022

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

2628
```env
27-
LINKEDIN_CLIENT_ID=""
28-
LINKEDIN_CLIENT_SECRET=""
29+
SERVICE_LINKEDIN_ID=""
30+
SERVICE_LINKEDIN_SECRET=""
2931
```
3032
You can find those under the Auth Tab of your LinkedIn App in the developer portal.

0 commit comments

Comments
 (0)