I am trying to build facebook application with spring boot 2 and spring social. As I understand Spring Boot v2 pushed away bunch of things.
Where can I find FacebookAutoConfiguration class? Do I have to create it by myself now?
I am trying to build facebook application with spring boot 2 and spring social. As I understand Spring Boot v2 pushed away bunch of things.
Where can I find FacebookAutoConfiguration class? Do I have to create it by myself now?
Configuration class:
Look at this to get details.