Top "Spring-social" questions

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.

Spring Social Twitter Oauth

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-twitter
Integrate Spring Security OAuth2 and Spring Social

I'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-oauth2
Spring Security authentication/authorization via REST endpoint

In 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-social
How-to configure Spring Social via XML

I 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-configuration
Callback URL not approved by Twitter

My 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