File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ Verify your app with LinkedIn
13
13
14
14
You will need to follow the verification process to request the necessary permissions listed below.
15
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 )
16
+ Fill in all the details, once created head over to Products and make sure you add all the required products:
17
+ - Share on LinkedIn
18
+ - Advertising API
19
+ - Signin with LinkedIn using OpenID connect
18
20
19
21
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
22
@@ -24,7 +26,7 @@ It is important to request the Advertising API permissions and fill up the reque
24
26
Copy the created ` Client ID ` and ` Client Secret ` and add them to your ` .env ` file.
25
27
26
28
``` env
27
- LINKEDIN_CLIENT_ID =""
28
- LINKEDIN_CLIENT_SECRET =""
29
+ SERVICE_LINKEDIN_ID =""
30
+ SERVICE_LINKEDIN_SECRET =""
29
31
```
30
32
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