spring-social-linkedin only retrieved two current positions and no past positions

65 views Asked by At

I'm using spring-social-linkedin 1.0.1.RELEASE and when I iterate through positions after calling:

.getUserProfileFull().getPositions()

it only returns up to two current positions and no past positions.

Is there a way to configure it to bring back all past and present positions?

1

There are 1 answers

2
Craig Walls On

Per LinkedIn's API documentation at https://developer.linkedin.com/documents/profile-fields, "Only current positions are available for people other than the authenticated member." There doesn't appear to be any way to configure it otherwise.