Spring Social is an extension of the Spring Framework that enables applications to connect with Software-as-a-Service providers such as Twitter, Facebook and other OAuth authentication based APIs.
I want to use spring social to develop an twitter app which will update status and upload photos.I am …
spring twitter twitter-oauth spring-social spring-social-twitterI'm working with a Spring Boot + Spring Security OAuth2 application that I believe was inspired by examples from Dave Syer. …
spring-security spring-boot single-sign-on spring-social spring-security-oauth2In my Spring Boot application with RESTful webservices I have configured Spring Security together with Spring Social and SpringSocialConfigurer. Right …
spring spring-mvc authentication spring-security spring-socialI spend a few hours trying to get Twitter integration to work with Spring Social using the XML configuration approach. …
spring aop spring-aop spring-social xml-configurationMy application built upon spring-social-twitter that enables users to sign in with Twitter has stopped working recently. I've got an …
twitter oauth-2.0 spring-social spring-social-twitter