コード例 #1
0
 /**
  * Set the Application ID.
  *
  * @param string $appId The Application ID
  *
  * @return BaseFacebook
  */
 public static function setAppId($appId)
 {
     self::$appId = $appId;
     //return $this;
 }