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.

What is the difference between spring factory-method and factory-bean?

I am new Springs. In Bean tag I found factory-method and factory-bean Attributes. What is the difference between factory-method and …

java spring spring-mvc spring-social springsource
Spring MVC: How to use a request-scoped bean inside a spawned thread?

In a Spring MVC application, I have a request-scoped bean. I inject this bean somewhere. There, the HTTP-request serving thread …

spring-mvc spring-social
Superclass has no null constructors but no arguments were given

Im using Spring Social in my application: <spring.framework.version>3.2.0.RELEASE</spring.framework.version> <hibernate.…

facebook spring hibernate inject spring-social
How do you autowire/inject your datasource in Spring-boot?

I have been working with Spring boot for a bit now, and the datasource is always configured in your application.…

spring spring-boot spring-data spring-social
Working example of Spring Social Facebook login except the sample applications on github

Please can somebody share links of working example of Spring Social Facebook login except the sample applications on git hub …

java spring spring-mvc spring-social spring-social-facebook
The absolute uri cannot be resolved in either web.xml or the jar files deployed with this application

I'm converting a web application to use TomEE instead of Jboss 5.1.0 and seeing the following exception: ERROR org.apache.catalina.…

java jsp jboss5.x spring-social apache-tomee
Spring Social - Could not generate CGLIB subclass

I am getting the following error when attempting to navigate to the /connect endpoint of the spring social web module. …

java spring spring-social
How to put two param-values in one context-param in Spring?

Problem: I have two contextConfigLocation parameters, one with @Configuration classes for spring-social-facebook and one with xml-file for app: <context-param&…

spring web.xml spring-social context-param
Integrate Spring Security with Facebook Login

I use Spring MVC and Spring Security for my project.. This using my own user data for authentication. But now …

facebook-graph-api spring-mvc spring-security spring-social spring-social-facebook