I have a problem with facebook connect in my application. I use PHP SDK and JS SDK.
When user log in with facebook to my web-app (without remember me function on Facebook), close browser and start it again. He is still as logged when I call ->getUser() and ->api('/me') and he shouldn't. I searched and try all possible solution, and nothing works. Problem is problem because of facebook cookies fbm_APPID a fbsr_APPID, which are set by Facebook and expire after two hours. When I destroy this cookies, they recreate automaticly...
Do you have any idea?
FB.logout()upon onUnload window close event. – DMCS Jun 4 '12 at 22:17