I am using Google App Engine and deploying my app on Facebook as a Facebook canvas app (the app gets loaded in the iframe and so on)
I redirect the player to the Facebook log in page when he visits the homepage with an empty session. Then I fill the session once the player logs in using the graph API.
The problem now is that when a player signs out of Facebook, my sessions keeps the records stored and the user stays signed into the app.
I want to detect if the user logs out of Facebook, preferably from the server side.