Skip to content

Commit b1e490d

Browse files
authored
Update linkedin-page.mdx
1 parent b641040 commit b1e490d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pages/providers/linkedin-page.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
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
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.
1215

1316
Fill in all the details, once created head over to Products and make sure you add all the required products.
1417
![Linkedin](/images/providers/linkedin/linkedin-003.png)
@@ -17,7 +20,6 @@ It is important to request the Advertising API permissions and fill up the reque
1720

1821
<OAuth2Redirect provider = "linkedin-page" />
1922

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

2224
Copy the created `Client ID` and `Client Secret` and add them to your `.env` file.
2325

0 commit comments

Comments
 (0)