App credentials
- A LinkedIn Developer app.
- The app Client ID, also shown as the API key in some LinkedIn surfaces.
- The app Client Secret from the Auth tab.
- An HTTPS redirect URL that exactly matches the URL used in the OAuth request.
LinkedIn calls the app identifier a Client ID, but many teams also call it an API key. For Oryginal, you need the Client ID, Client Secret, a trusted redirect URL, the right publishing scope, and an OAuth access token tied to the author you will publish as.
w_member_social scope for member posting when it is available to your app.LinkedIn scopes depend on the Products enabled on your app. If a scope is not available in the app Auth tab, request or enable the related LinkedIn Product before generating a token.
https://oryginal.nomadcompass.xyz/.openid, profile, email, and w_member_social.code value back into the helper.Keep the Client Secret and access token private. The helper runs in your browser for convenience, but production token exchange should happen server-side.
Paste the author URN returned by the helper, usually urn:li:organization:12345678 for a company page.
Paste the raw OAuth access token generated through the LinkedIn app and member authorization flow.