I want to implement the function "register using LinkedIn", I executed this document and got stuck at point b with this error, instead of getting an access token. https://developer.linkedin.com/documents/authentication
{ "error": "invalid_request", "error_description": "missing required parameters, includes an invalid parameter value, parameter more then once. : client_id" }
I want to fill out basic user information in the registration form, for example. first name, last name, email address, etc. I don't want to use the javascript API, and you need to go with the REST API associated in
source share