Hi folks,
I'm building a web app with Django using Facebook authentication.
Now I have encountered a problem with the logout.
Do developers usually hide the default logout link?
It is quite tricky coming up with the logic of implementing a logout while a user is connected to a facebook acount, which is still logged in.
Any ideas?