Reputation: 133
I implemented the Login with LinkedIn Social Sample, and successfully got back the Id, Name, Email, Gender, PictureUrl, Description and BirthDate using the Github Cloudrail-Xamarin example.
The documentation suggests to use the AdvancedRequestSpecification feature to request the “Education” or “Experience” sections of the LinkedIn profile. But only gives a dropbox example.
What URL is needed to be sent in the AdvancedRequestSpecification(“url goes here”) to get the “Education” or “Experience” sections of the LinkedIn profile?
Upvotes: 0
Views: 53
Reputation: 151
As far as I know, it should be the same URL but you need to apply for the "Apply with LinkedIn program" to get the full response. Here is a list of all the available fields: https://developer.linkedin.com/docs/fields
Upvotes: 0