royclarkson / spring-rest-service-oauth

A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth
Apache License 2.0
664 stars 339 forks source link

Facebook/twitter login? #46

Open wimdeblauwe opened 8 years ago

wimdeblauwe commented 8 years ago

Thanks for the sample code, really helpful! Is it possible to extend the example to provide facebook and twitter login? Or do you have to use something different if you want to do this?

royclarkson commented 8 years ago

@wimdeblauwe I think what you are looking for is covered by the Spring Social project. Here is a sample application that illustrates how to use Spring Social to connect to Facebook, Twitter, and LinkedIn.

https://github.com/spring-projects/spring-social-samples/tree/master/spring-social-showcase-boot