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

698 views Asked by At

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

1

There are 1 answers