episyche logo

Episyche

React/LinkedIn/

How to create OAuth Client Id and Client Secret for LinkedIn?

Published on

How to create OAuth Client Id and Client Secret for LinkedIn?
The Client ID is a public identifier of your application. The Client Secret is confidential and should only be used to authenticate your application and make requests to LinkedIn's APIs. This article shows how to create a LinkedIn client Id and client secret.

Please follow the below steps to get the LinkedIn App Client Id and Client Secret.

1. First, you need to Go to the LinkedIn Developers' website


Screenshot1


2. Once you click the Create App button, the following page will open.


Screenshot2


  • Click the "Create a new LinkedIn Page" and the following page will open :



Screenshot21

  • Click the "Company" link and fill in the following required fields:



Screenshot4


  • After filling out the form click Create Page to submit.


Screenshot6


3. Set your app name and enter any additional information required.


Screenshot3


4. You will be redirected to the Authentication page where the Authentication Keys (Client ID & Client Secret) and other details will be shown.


Screenshot4


Comments