Skip to content

Commit b6b04f1

Browse files
authored
Merge pull request #45 from cmathews393/main
Add details for Linkedin Pages integration
2 parents ce0559e + 0259f71 commit b6b04f1

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

pages/providers/linkedin-page.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: LinkedIn Page
3+
description: How to add a LinkedIn Page 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+
Verify your app with LinkedIn
12+
![Linkedin](/images/providers/linkedin/linkedin-004.png)
13+
14+
You will need to follow the verification process to request the necessary permissions listed below.
15+
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)
18+
19+
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.
20+
21+
<OAuth2Redirect provider = "linkedin-page" />
22+
23+
24+
Copy the created `Client ID` and `Client Secret` and add them to your `.env` file.
25+
26+
```env
27+
LINKEDIN_CLIENT_ID=""
28+
LINKEDIN_CLIENT_SECRET=""
29+
```
30+
You can find those under the Auth Tab of your LinkedIn App in the developer portal.
18.4 KB
Loading
15.2 KB
Loading

0 commit comments

Comments
 (0)