Ejemplo n.º 1
0
 /**
  * Set the App Secret.
  *
  * @param string $appSecret The App Secret
  *
  * @return BaseFacebook
  */
 public static function setAppSecret($appSecret)
 {
     self::$appSecret = $appSecret;
     //return $this;
 }