Esempio n. 1
0
 /**
  * Get the Facebook account birthday
  *
  * @return string
  */
 public function getBirthday()
 {
     return $this->graphuser->getBirthday()->format('Y-m-d');
 }