I want to integrate the Spring Social (to provide twitter, facebook, linkedLogin) with my application in which I have already used Spring Security to provide open ID authentication....
Spring Security's open ID support is working awesome and I have tried spring social too with a sample application... Now I want to integrate the Spring Social with the original product. I want to know will this work or not..? Is Spring Security fully compatible with spring social ?
If yes, than how I need to handle the login, logout while inside the spring social's zone. What precautions I should take..?
Any blog / tutorial / source code will be of great help....
Thanks in advance,