Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save balvinder294/0eda64f080dcca52fc20e8ddd389dd81 to your computer and use it in GitHub Desktop.
Save balvinder294/0eda64f080dcca52fc20e8ddd389dd81 to your computer and use it in GitHub Desktop.
LinkedIn People APi Url
String completeProfileDetailsUrl = "https://api.linkedin.com/v1/people/~:" +
"(id,industry,summary,specialties,headline,public-profile-url," +
"first-name,last-name," +
"positions:(id,title,summary,start-date,end-date,is-current," +
"company:(id,name,type,size,industry,ticker))," +
"educations:(id,school-name,field-of-study,start-date,end-date,degree,activities,notes)," +
"interests," +
"date-of-birth," +
"picture-urls::(original)," +
"languages:(id,language:(name),proficiency:(level,name))," +
"skills:(id,skill:(name))," +
"certifications:(id,name,authority:(name),number,start-date,end-date)," +
"courses:(id,name,number)," +
"location," +
"volunteer)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment