Skip to content

Commit 13514d2

Browse files
authored
Update and rename linkedin-pages.mdx to linkedin-page.mdx
1 parent 86ceda3 commit 13514d2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pages/providers/linkedin-pages.mdx renamed to pages/providers/linkedin-page.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
2-
title: Linkedin
3-
description: How to add Linkedin to your system
2+
title: Linkedin Page
3+
description: How to add a Linkedin Page to your system
44
---
55

66
import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
77

88
Head over to [Linkedin developers](https://www.linkedin.com/developers/apps) and create a new app.
99
![Linkedin](/images/providers/linkedin/linkedin-001.png)
1010

11+
Verify your app with Linkedin
12+
1113
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)
14+
![Linkedin](/images/providers/linkedin/linkedin-003.png)
1315

1416
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.
1517

16-
<OAuth2Redirect provider = "linkedin" />
18+
<OAuth2Redirect provider = "linkedin-page" />
1719

1820
If you are using the "LinkedIN Page" provider, then the redirect url should be "linkedin-page".
1921

0 commit comments

Comments
 (0)