This guide shows you how to register your own app with LinkedIn to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their LinkedIn account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a developer account
If you don’t already have one, sign up for a free LinkedIn’s developer account.
Create & configure a LinkedIn app
- Go to the Create an app page
- Fill in all the required details, then click the Create App button.
- In the Products tab, select the products you need for your integration. This will automatically add the necessary OAuth 2.0 scopes in the Auth tab.
- In the Auth tab, configure the following Redirect URL:
https://api.nango.dev/oauth/callback, then copy both the Client ID and Primary Client Secret, you will need them when configuring your integration in Nango.
Next
Follow the Quickstart.