Home
last modified time | relevance | path

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

/plugin/authfacebook/lib/
H A DFacebook.php71 const APP_SECRET_ENV_NAME = 'FACEBOOK_APP_SECRET'; define in Facebook\\Facebook
129 'app_secret' => getenv(static::APP_SECRET_ENV_NAME),
142 …in config and could not find fallback environment variable "' . static::APP_SECRET_ENV_NAME . '"');