コード例 #1
0
 protected function reset($hard = false)
 {
     parent::reset($hard);
     unset($_SESSION['fb_expires']);
     unset($_SESSION['fb_access_token']);
     if ($hard) {
         // this where we would log out of facebook
     }
 }