I'm working on a facebook app using php sdk. I have one small problem with my app, after the user has logged into my app, if the user logs out of facebook from a new browser tab,after which any action on my app should be redirect back to login page saying user has logged out. but in my case my app is still working, even though he was logged out .so can anyone help me on this.
Note:
I'm not using any logout URL in my app page. I can directly destroy the session by calling $facebook->destroySession(), but I don't know how do I conditional do it,since I can't know when the user logs out of facebook(opening in new browser tab)