File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Linkedin
3+ description : How to add Linkedin 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+ 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 )
13+
14+ 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.
15+
16+ <OAuth2Redirect provider = " linkedin" />
17+
18+ If you are using the "LinkedIN Page" provider, then the redirect url should be "linkedin-page".
19+
20+ Copy the created ` Client ID ` and ` Client Secret ` and add them to your ` .env ` file.
21+
22+ ``` env
23+ LINKEDIN_CLIENT_ID=""
24+ LINKEDIN_CLIENT_SECRET=""
25+ ```
26+ 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