Is it possible to logout of a facebook session using a different button? My website uses Login with Facebook feature and I want to destroy the logged in session of facebook using the different sign out button on my website. On signing out, I want to make the user log out of facebook as well. I have tried session_destroy
, setSession(null)
and several methods but I am not able to logout of facebook. Stuck up with this issue for several days and not able to find a solution.
Asked
Active
Viewed 143 times
0

Aditya
- 1,241
- 5
- 19
- 29
-
https://developers.facebook.com/docs/reference/php/facebook-getLogoutUrl/ – CBroe Sep 09 '13 at 09:01
-
yes already tried this one, but still no use. My website session gets destroyed but the facebook session is still live. On opening facebook on seperate tab, I am still logged in to my facebook account. – Aditya Sep 10 '13 at 04:51