Home
last modified time | relevance | path

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

/plugin/fblogin/lib/
H A Dbase_facebook.php290 return $this->getAppSecret();
298 public function getAppSecret() { function in BaseFacebook
359 'client_secret' => $this->getAppSecret(),
774 'client_secret' => $this->getAppSecret(),
1007 $this->getAppSecret(), $raw = true);
1031 $raw_sig = hash_hmac('sha256', $b64, $this->getAppSecret(), $raw = true);