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 little issue when I want to logout from Facebook and the official Facebook app is installed on device.

After facebook.logout() is called then I call the new facebook.login( appId, fbListener, {"publish_stream"} ) that doesn't call the app for new user, simple log in with the old username and password.

share|improve this question

1 Answer

up vote 1 down vote accepted

That's how it is meant to work if the user is logged in to their account on the official FB app, it's supposed to simplify the process, if I recall correctly. (May want to refer to FB docs for more detailed explanation of the process.)

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.