0

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?

loowool
  • 133
  • 1
  • 1
  • 8

1 Answers1

0

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

Dr. GIT
  • 151
  • 6