I\'ve been searching for hours for the solution to this problem but can\'t find one that works for me. When i click \"Logout\" on my site the user information is still visible a
You can solve this problem by specifying external logout problem. You can have a look at here
for detail information. It is a good tutorial for this problem.
Hope this helps
Had some kind of similar trouble with that. Even
$facebook->destroySession();
didn't work properly until I removed
$facebook->getLogoutUrl();
call completely. getLogOutUrl()
added some parameter that conflicted later with my .htaccess and led to *"mod_fcgid: stderr: CSRF state token does not match one provided"* error.