File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
public/images/providers/linkedin Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments