Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Social LinkedIn: Is there an api available to retrieve user's projects?

I am currently using Spring Social LinkedIn 1.0.0.Release to log users into my site. I have a feature where I need access to the user's projects. At this time, I don't see a way to get access to the their projects. I reviewed the Spring Social LinkedIn code and found no impl of retrieving this data. I was able to build a rest endpoint to get access and build a crude mapper to return an Java object. I am waiting for a proper implementation by the Spring Social LinkedIn community. I thought I would check to see if there are any plans to build an api to get user's projects. The rest url to get projects is below:

https://api.linkedin.com/v1/people/~:(projects:(id,name,description,occupation,start-date,end-date,members)

Thanks,

Sajid

like image 202
Sajid Momin Avatar asked Nov 25 '14 03:11

Sajid Momin


1 Answers

The URL to get Project URL and other info of Linkedin User :-

https://api.linkedin.com/v1/people/~:(projects:(id,name,description,occupation,start-date,end-date,members),honors-awards,related-profile-views,job-bookmarks,three-past-positions,three-current-positions,industry,associations,interests,formatted-phonetic-name,formatted-name,id,num-connections,picture-url,skills,educations,date-of-birth,languages,email-address,headline,summary,specialties,location,public-profile-url,positions)?format=json

like image 77
Ajay Kumar Avatar answered Sep 20 '22 13:09

Ajay Kumar