From d40c525b5455182129cf06b276606dd01ec886e7 Mon Sep 17 00:00:00 2001 From: Joel Oliveira Date: Mon, 10 Feb 2025 14:19:35 +0000 Subject: [PATCH 1/2] Update linkedin-page.mdx --- pages/providers/linkedin-page.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/providers/linkedin-page.mdx b/pages/providers/linkedin-page.mdx index 2a7f951..b849287 100644 --- a/pages/providers/linkedin-page.mdx +++ b/pages/providers/linkedin-page.mdx @@ -13,8 +13,10 @@ 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. -![Linkedin](/images/providers/linkedin/linkedin-003.png) +Fill in all the details, once created head over to Products and make sure you add all the required products: +- Share on LinkedIn +- Advertising API +- Signin with LinkedIn using OpenID connect 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. @@ -24,7 +26,7 @@ It is important to request the Advertising API permissions and fill up the reque Copy the created `Client ID` and `Client Secret` and add them to your `.env` file. ```env -LINKEDIN_CLIENT_ID="" -LINKEDIN_CLIENT_SECRET="" +SERVICE_LINKEDIN_ID="" +SERVICE_LINKEDIN_SECRET="" ``` You can find those under the Auth Tab of your LinkedIn App in the developer portal. From 597f32ab19ea34ebe1219f74391402ce7cbc0cbe Mon Sep 17 00:00:00 2001 From: Joel Oliveira Date: Mon, 10 Feb 2025 16:42:47 +0000 Subject: [PATCH 2/2] Update linkedin-page.mdx reverts change to env-vars --- pages/providers/linkedin-page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/providers/linkedin-page.mdx b/pages/providers/linkedin-page.mdx index b849287..2b7fff2 100644 --- a/pages/providers/linkedin-page.mdx +++ b/pages/providers/linkedin-page.mdx @@ -26,7 +26,7 @@ It is important to request the Advertising API permissions and fill up the reque Copy the created `Client ID` and `Client Secret` and add them to your `.env` file. ```env -SERVICE_LINKEDIN_ID="" -SERVICE_LINKEDIN_SECRET="" +LINKEDIN_CLIENT_ID="" +LINKEDIN_CLIENT_SECRET="" ``` You can find those under the Auth Tab of your LinkedIn App in the developer portal.