Beispiel #1
0
 /**
  * Determine whether the "facebook.access_token".
  *
  * @return boolean
  */
 public function hasSessionToken()
 {
     return $this->session->has('access_token');
 }