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?
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.