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