Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Try calling FB.logout() upon onUnload window close event. – DMCS Jun 4 '12 at 22:17
Thanks for answer, but when user go to the other website, and close browser, problem is still there. – Jiří Nápravník Jun 6 '12 at 20:33
In any of my 55 facebook apps, when I call FB.logout(), I cannot again access FB.api('/me') without having the user come back and log back into facebook. – DMCS Jun 7 '12 at 20:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.