I need to get user's friend list, but i'm getting error
org.springframework.social.UncategorizedApiException: (#12) bio field is deprecated for versions v2.8 and higher
I tried to use solution from here: http://en.stack.aiseen.org/questions/39890885/error-message-is-12-bio-field-is-deprecated-for-versions-v2-8-and-higher, but it doesn't work for me, I'm getting same error.
Is there way to override Facebook API version which would be used by spring-social (f.e. in YML)? v2.7 will be available till mid of 2018, I would like to use it. Is it possible?
PS. using 2.0.3.RELEASE version of spring-social-facebook.