may i know is there any tutorials/guideliness on spring security integrate with facebook connect
+2
A:
You should take a look here http://blog.kadirpekel.com/2009/11/09/facebook-connect-integration-with-spring-security/
coffeemate
2009-11-10 19:47:25
Good article. In order to use FB API after login, it seems that a sessionKey is needed. Is it stored at any place (i.e. user session) to allow futher access to it?
Guido
2010-01-30 19:57:41
I've just seen it is stored as a cookie with name API_KEY + "_session_key", so there is no problem to obtain it.
Guido
2010-01-30 20:05:37