8 responses to “Fixing Facebook’s PHP SDK logout”

  1. Sandip Ghosh

    Thanks!… It work’s nice!…

  2. pushkar rana

    i want that user must go through fb login everytime….but above solution not work fine for me!.
    Any idea what should I do?

  3. Jay

    hi, you didn’t tell that we had to include the facebook js to the logout.php page! It wouldn’t work for me until I included it.

    eg

    require ‘scripts/facebook.php’;

    // Create our Application instance (replace this with your appId and secret).
    $facebook = new Facebook(array(
    ‘appId’ => ‘xxxxxxxxxxxxxx’,
    ‘secret’ => ‘xxxxxxxxxxxxxxxxxxxxxxxxx’,
    ));

    setcookie(‘fbs_’.$facebook->getAppId(), ”, time()-100, ‘/’, ‘http://www.repjesus.com‘);
    session_destroy();
    header(‘Location: /’);

  4. Carl-Fredrik Herö

    THANK YOU! I was going nuts.

  5. Ben Baker

    You are a star! Bejesus that was right pain!

  6. Indira Chavez

    Thank you very much!!!!You just save my life today. I was getting lots of errors and then I found this. Problem solved.
    Thanks again!!!!

  7. Francis

    wow i was stuck with logout problem for hours and you just fixed it. Thanks a million times! ;P

Leave a Reply