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
1313
1414You will need to follow the verification process to request the necessary permissions listed below.
1515
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
1820
1921It 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.
2022
@@ -24,7 +26,7 @@ It is important to request the Advertising API permissions and fill up the reque
2426Copy the created ` Client ID ` and ` Client Secret ` and add them to your ` .env ` file.
2527
2628``` env
27- LINKEDIN_CLIENT_ID =""
28- LINKEDIN_CLIENT_SECRET =""
29+ SERVICE_LINKEDIN_ID =""
30+ SERVICE_LINKEDIN_SECRET =""
2931```
3032You 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