Facebook Logout causes logout from my application?

It is not possible to keep a facebook connection going once they are logged out. The way around would be to create your own user tracking.

Up vote 1 down vote favorite share g+ share fb share tw.

I have created simple javascript widget where login happens using Facebook Single Sign On. It logins the person whenever he is logged in to facebook (after authorization for the first time). However, it also logs out the user when Facebook logout happens.

I want the person to not get logged out when the person logs out of Facebook? Suggest me what is the way around. Javascript facebook logout single-sign-on link|improve this question asked May 31 '10 at 4:14Yahoo-Me354311 73% accept rate.

It is not possible to keep a facebook connection going once they are logged out. The way around would be to create your own user tracking. Once a user is logged in through facebook - store their information in a session (cookie, table) and then rely only on that to check if this user is still logged in (you will need to implement your own logout too).

This will work only if you use facebook as a login provider, if you need some interactions with facebook api that require login - they have to be logged in to facebook.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions