I want to implement "sign up using LinkedIn" functionality ,I followed this document and stuck at point b with this error instead of getting 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 user basic information in registration form e.g. firstname,lastname,email etc. I dont want to use javascript API,and need to go with REST API of linkedIn ,