Hi,
I've tried to use the API to get user data using the following request token URL (the exact same as the documentation):
https://api.linkedin.com/uas/oauth/requestToken?scope=r_basicprofile+r_emailaddress
However, the login dialog only shows the user that the application is asking for basic profile access. I tried changing the scope to "r_network" only (or pretty much any other permission type), but nothing will change. Adding the scope in the URL does not change anything at all, in fact.
I've seen that having an old API key might be the problem on other threads, so I generated a new one; but still nothing will change.
Because of this, I can only get access to basic data, while I would wish to have access to more (providing the user allows it).
Any hints?
- Log in to post comments
I'm using ruby oauth client and had the same problem. But when i stepped into the code and manually change the path to https://api.linkedin.com/uas/oauth/requestToken?scope=r_basicprofile+r_emailaddress, it works for me. If you're using a library, I would suggest stepping into the code to make sure the path is correct