Spring Social - 404 error for facebook login
问题 I have spring 3.1 with spring security login in my app. I am trying to add facebook login using spring social to it. It goes to the facebook login page but post log in it throws a 404 error. I have this in the URL: http://localhost:8080/TestProject/signin?error=provider#_=_ Here goes my spring social config: <bean class="org.springframework.social.connect.web.ProviderSignInController"> <!-- relies on by-type autowiring for the constructor-args --> <constructor-arg ref="signInAdapter" /> <