diff --git a/lib/meta.js b/lib/meta.js index e7c9b34..f65a5e4 100644 --- a/lib/meta.js +++ b/lib/meta.js @@ -114,15 +114,19 @@ export const providers = { name: "LinkedIn", setupUrl: "https://linkedin.com/developers/apps", instructions: `\ + 0. Prerequisites: You are required to have a LinkedIn page that will be + associated with your authentication app. 1. Click on *Create app* 2. Set *App name* (can be anything) - 3. Create a *LinkedIn page* + 3. Create a *LinkedIn page* (Skip this step if you already have one) 4. Set *LinkedIn Page URL* (LinkedIn page you created) 5. Set *App logo* (can be anything) 6. Navigate to *Auth* in the top menu - 7. Set *Authorized redirect URLs for your app* (paste the callback URI on your clipboard) - 8. Copy and paste the *Client ID* - 9. Copy and paste the *Primary Client Secret* + 7. Scroll down to *OAuth 2.0 settings* + 8. Under *Authorized redirect URLs for your app* paste the callback URI (on your clipboard) + 9. Scroll back up + 10. Copy and paste the *Client ID* + 11. Copy and paste the *Primary Client Secret* `, }, mailchimp: { name: "Mailchimp", setupUrl: undefined },