I am creating an application that receives data from LinkedIn using the REST API. When my user has a LinkedIn account, I use OAuth to authenticate and access data on behalf of the user.
My problem is that the user does not have a LinkedIn account. In this case, I would like to return to anonymous access and get the most basic (and publicly available) information from LinkedIn.
In some other questions and discussions, I saw that LinkedIn does not allow anonymous access to its API at all, but I also saw some hints of some APIs that are also available anonymously.
There is no way to get any data type from LinkedIn API anonymously? Even the most basic data that everyone could see in the user's public profile without logging in?
davidrac
source share