views:

808

answers:

1

I have an implementation of Faceebook connect and I have noticed that if you are already logged in to facebook and hit connect, you wont be prompted for your login credentials (because it takes current session data).

Is there anyway to make Facebook connect not use the currently logged in user and force each connect to enter their login/pw?

+1  A: 

Actually I believe if you already have the facebook application installed, it bypasses a 2nd window.

Edit:

You can forcefully logout a user. I've been using the javascript facebook connect API. http://wiki.developers.facebook.com/index.php/JS%5FAPI%5FM%5FFB.Connect.Logout

AdamB
I see that you have accepted your own reply. Did you ever find a solution for that problem? If yes could you share? I'm currently running into the exact same issue. I have to work on this application and the marketing people drank the facebook-connect Kool Aid. I thought it worked like OpenID, but it only checks if you're connected to the facebook network and if you are, then you have the green light. No login popup, nothing. I fail to see how that's cool.
mike
I haven't exactly found a solution to it. I have found that facebook adds certain classes to the FB button depending on the status of the user but at this time I'm not sure if you can manipulate that manually.
AdamB

related questions