Skip to content

Commit

Permalink
Merge pull request #45 from cmathews393/main
Browse files Browse the repository at this point in the history
Add details for Linkedin Pages integration
  • Loading branch information
nevo-david authored Dec 26, 2024
2 parents ce0559e + 0259f71 commit b6b04f1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions pages/providers/linkedin-page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: LinkedIn Page
description: How to add a LinkedIn Page to your system
---

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

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

Verify your app with LinkedIn
![Linkedin](/images/providers/linkedin/linkedin-004.png)

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

Fill in all the details, once created head over to Products and make sure you add all the required products.
![Linkedin](/images/providers/linkedin/linkedin-003.png)

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.

<OAuth2Redirect provider = "linkedin-page" />


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

```env
LINKEDIN_CLIENT_ID=""
LINKEDIN_CLIENT_SECRET=""
```
You can find those under the Auth Tab of your LinkedIn App in the developer portal.
Binary file added public/images/providers/linkedin/linkedin-003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/providers/linkedin/linkedin-004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6b04f1

Please sign in to comment.