Skip to content

Commit 86ceda3

Browse files
authored
Create linkedin-pages.mdx (#1)
1 parent ac5894d commit 86ceda3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pages/providers/linkedin-pages.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Linkedin
3+
description: How to add Linkedin to your system
4+
---
5+
6+
import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
7+
8+
Head over to [Linkedin developers](https://www.linkedin.com/developers/apps) and create a new app.
9+
![Linkedin](/images/providers/linkedin/linkedin-001.png)
10+
11+
Fill in all the details, once created head over to Products and make sure you add all the required products.
12+
![Linkedin](/images/providers/linkedin/linkedin-002.png)
13+
14+
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.
15+
16+
<OAuth2Redirect provider = "linkedin" />
17+
18+
If you are using the "LinkedIN Page" provider, then the redirect url should be "linkedin-page".
19+
20+
Copy the created `Client ID` and `Client Secret` and add them to your `.env` file.
21+
22+
```env
23+
LINKEDIN_CLIENT_ID=""
24+
LINKEDIN_CLIENT_SECRET=""
25+
```
26+
You can find those under the Auth Tab of your LinkedIn App in the developer portal.

0 commit comments

Comments
 (0)