5

Getting this as the response:

{"error":"unauthorized_client","error_description":"the client is not authorized"} 

In the final step of OAuth 2.0 to use LinkedIn APIs. Couldn't get any material regarding this, so could anyone please help me with this ?

I am calling it as POST method too.

1 Answer 1

1

I was getting this error when I was not passing the correct value in the client_secret value in the POST to retrieve the access_token. Once I passed in the correct value (BTW, linked calls this parameter as Secret Key on the developer console), this started working for me.

Sign up to request clarification or add additional context in comments.

1 Comment

Technically invalid_client should be returned and not unauthorized_client as authorization comes after authentication

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.