Home
last modified time | relevance | path

Searched refs:appSecret (Results 1 – 3 of 3) sorted by relevance

/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php64 * @param string $appSecret The app secret.
68 public function getAppSecretProof($appSecret) argument
70 return hash_hmac('sha256', $this->value, $appSecret);
/plugin/authfacebook/
H A Dauth.php84 …if (($appId = $this->getConf('applicationID')) && ($appSecret = $this->getConf('applicationSecret'…
87 'app_secret' => $appSecret,
215 …if (($appId = $this->getConf('applicationID')) && ($appSecret = $this->getConf('applicationSecret'…
218 'app_secret' => $appSecret,
/plugin/fblogin/lib/
H A Dbase_facebook.php174 protected $appSecret; variable in BaseFacebook
275 * @param string $appSecret The App Secret
278 public function setAppSecret($appSecret) { argument
279 $this->appSecret = $appSecret;
299 return $this->appSecret;
731 return $this->appId.'|'.$this->appSecret;