How to resolve - org.springframework.social.UncategorizedApiException: bio field is deprecated for versions v2.8 and higher - Little Big Extra Skip to main content

How to resolve – org.springframework.social.UncategorizedApiException: bio field is deprecated for versions v2.8 and higher

org.springframework.social.UncategorizedApiException: (#12) bio field is deprecated for versions v2.8 and higher
Exception

How to fix – org.springframework.social.UncategorizedApiException: (#12) bio field is deprecated for versions v2.8 and higher

I encountered this error when using spring-social-facebook API. I did git clone of Spring tutorial for

I was hoping for it to work straightaway but got blocked by this error.

Following steps helped me fix this problem, hope it helps.

  • adding the dependency for spring-social-core
  • adding the dependency for spring-social-config
  • Change the version of spring-social-facebook to 3.0.0.M1

In case you get an exception saying that Repository not available, please add the following repository to your POM

 

Please note that the Spring tutorial works only for one user if you want to make it work for multiple users go through below link

If you want to change the default page flow (facebookConnect.html to connect/facebookConnected.html),please follow below link

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

Bitnami