-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from cmathews393/main
Add details for Linkedin Pages integration
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
 | ||
|
||
Verify your app with LinkedIn | ||
 | ||
|
||
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. | ||
 | ||
|
||
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.