Linkedin V2 API (POSTMAN)

Viewed 3035
3 Answers

All the permissions you have are 3-legged permission and you are trying to get token using 2-legged process. Please follow below workflow to create access/bearer token using 3-legged flow: https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/context

If your application needs access to information from a member's LinkedIn profile, use the Authorization Code Flow to request permission from the member.

PS: Company page post also requires Authorization Code Flow.

Related