My organization had integrated Linkedin login in some of its sites and it was working fine until recently it started failing. Was using 1.0.2.RELEASE version. On analysing the root cause, found Linkedin api calls failed inside getUserProfile() method of ProfileTemplate.java inside spring-social-linkedin jar. Attaching screenshots of my debug screen for clarity. It is basically failing to call the Linkedin api url for fetching user profile and returning a 410 Gone HTTP error. Tried with quite a few versions of the jar but none seems to solve this. I want to keep spring-social-linked library approach and find a solution around it.Tried with the newer 2.0.0.M3 version too but same issue.
Any pointers/suggestions are welcome.