Error message is (#12) bio field is deprecated for versions v2.8 and higher

后端 未结 9 1307
南旧
南旧 2020-12-01 09:31

I used version 2.0.3.RELEASE of spring-social-facebook and Facebook app api v2.8. I called Facebook login but returned this message. \"(#12) bio field is deprecated for vers

9条回答
  •  Happy的楠姐
    2020-12-01 09:40

    This has been fixed in new release of spring-social-facebook. Please add the following to your pom.xml

    
        org.springframework.social
        spring-social-facebook
        3.0.0.M1
    
    

    If you get error that this version is not available, add the following as well.

    
        
            alfresco-public
            https://artifacts.alfresco.com/nexus/content/groups/public
        
    
    

提交回复
热议问题