i am using facebook login plugin for login and on successful login redirects it to spring connect controller for completing facebook handshake . Facebook handshake is successful.
I get the below error on the redirect. Spring social is redirecting to /connect/facebook/connect/facebook and this does not exist. I don't see any record in the user connection table. Can someone help me?
Mar 31, 2013 9:42:05 AM org.springframework.social.connect.web.ConnectCont roller oauth2Callback
WARNING: Exception while handling OAuth2 callback (Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluation Exception: EL1007E:(pos 0): Field or property 'name' cannot be found on null). Redirecting to facebook connection status page.
Mar 31, 2013 9:42:05 AM org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping found for HTTP request with URI [/fb1/connect/facebook/connect/facebook] in DispatcherServlet with name 'appServlet'red
I have attached the code.
I get the below error on the redirect. Spring social is redirecting to /connect/facebook/connect/facebook and this does not exist. I don't see any record in the user connection table. Can someone help me?
Mar 31, 2013 9:42:05 AM org.springframework.social.connect.web.ConnectCont roller oauth2Callback
WARNING: Exception while handling OAuth2 callback (Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluation Exception: EL1007E:(pos 0): Field or property 'name' cannot be found on null). Redirecting to facebook connection status page.
Mar 31, 2013 9:42:05 AM org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping found for HTTP request with URI [/fb1/connect/facebook/connect/facebook] in DispatcherServlet with name 'appServlet'red
I have attached the code.