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
I was able do logout the user from my app using:
$facebook->destroySession();
The
$facebook->getLogoutUrl();
makes the user be logged out from facebook, not from your app.