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 want to logout the user from my application without logout from his/her Facebook account. How is it possible in the javascript side? with .init, .login() and .logout methods?

share|improve this question
2  
Logging out of your application does not require anything by facebook, you should do that on your own, by deleting the session cookie you maintain for the user for example, depending on how your application works. – Nitzan Tomer Apr 25 '12 at 12:18
I have the same problem the logout doesn't work with the standard codes, did you find an answer? – Mark Apr 30 '12 at 15:55

1 Answer

i did a write up on this last night. Let me know if this helps :) How to implement logout with facebook connect in cakephp while preserving facebook login?

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.