From a very old blog post from FB:
As promised, we have changed the login procedure. This change should improve your users experience and requires no modifications to existing applications. Now, if a user was already using Facebook, logging into an app happens transparently. Because of this, developers might want to provide a way for users to logout by posting the word "confirm" to http://www.facebook.com/logout.php. Alternatively, developers can provide a link to switch the user via the login page’s "skipcookie" parameter (as described in the authentication guide.
What if I don't want this to happen, but rather want the user to be redirected to FB and confirm his identity even if logged in to FB? I looked everywhere for this skipcookie directive but found nothing about it, in fact I think it has been discontinued.
For the record I'm using django in my app.
Thanks in advance for any help.