Now got connected the redirected but how to get user information into a form
So I must be moving forward. Not exactly the way I expected but getting somewhere.
So after the connection is made to Twitter or Facebook. It sends the callback and then the ConnectController forwards to the facebookConnect.jsp or the twitterConnect.jsp. In those pages I now have a registration form. I want to prepopulate it with the user data from the social network, but in our UserDetails object. I have implemented the ConnectionSignUp interface, but don't see how to hook that into the model of the xxxConnect.jsp pages.
I guess I could have an onload function that does a get to my server to get the Connection and user data with ajax. That way I won't have to use the Spring form taglibs
Thanks
Mark