linkedin oauth2.0 authorization invalid client id error -


i using linkedin api oauth library. request url authorization https://www.linkedin.com/uas/oauth2/authorization/?client_id=75gq3kju41jx44&redirect_uri=https%3a%2f%2flocalhost%2fsocial%2flinkedin%2fsettings&scope=r_basicprofile%2cw_share&response_type=code&state=1436579926-c05e44

but giving me error of page not found showing me invalid client id.please let me know going wrong.i working on localhost.

for getting rid of page not found, remove '/' before '?'

https://www.linkedin.com/uas/oauth2/authorization?client_id=75gq3kju41jx44&redirect_uri=https%3a%2f%2flocalhost%2fsocial%2flinkedin%2fsettings&scope=r_basicprofile%2cw_share&response_type=code&state=1436579926-c05e44 

Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -