我需要获取用户的好友列表,但我收到错误
org.springframework.social.UncategorizedApiException: (#12) bio field is deprecated for versions v2.8 and higher
我尝试使用此处的解决方案:http://en.stack.aiseen.org/questions/39890885/error-message-is-12-bio-field-is-deprecated-for-versions-v2-8-and-higher,但它对我不起作用,我遇到同样的错误。
是否有办法覆盖将由spring-social(f.e。在YML中)使用的Facebook API版本? v2.7将于2018年中期推出,我想用它。有可能吗?
PS。使用2.0.3.RELEASE版本的spring-social-facebook。