コード例 #1
0
ファイル: FacebookAccount.php プロジェクト: frengky/sociavel
 /**
  * Get the Facebook account profile link
  *
  * @return string url
  */
 public function getProfileUrl()
 {
     return $this->graphuser->getLink();
 }