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
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.