Home
last modified time | relevance | path

Searched refs:FacebookSDKException (Results 26 – 33 of 33) sorted by last modified time

12

/plugin/authfacebook/lib/HttpClients/
H A DFacebookStreamHttpClient.php27 use Facebook\Exceptions\FacebookSDKException; alias
70 throw new FacebookSDKException('Stream returned an empty response', 660);
/plugin/authfacebook/lib/PersistentData/
H A DFacebookSessionPersistentDataHandler.php26 use Facebook\Exceptions\FacebookSDKException; alias
45 * @throws FacebookSDKException
50 throw new FacebookSDKException(
/plugin/authfacebook/lib/PseudoRandomString/
H A DMcryptPseudoRandomStringGenerator.php26 use Facebook\Exceptions\FacebookSDKException; alias
38 * @throws FacebookSDKException
43 throw new FacebookSDKException(
60 throw new FacebookSDKException(
H A DOpenSslPseudoRandomStringGenerator.php26 use Facebook\Exceptions\FacebookSDKException; alias
38 * @throws FacebookSDKException
43 …throw new FacebookSDKException(static::ERROR_MESSAGE . 'The function openssl_random_pseudo_bytes()…
58 …throw new FacebookSDKException(static::ERROR_MESSAGE . 'openssl_random_pseudo_bytes() returned an …
62 …throw new FacebookSDKException(static::ERROR_MESSAGE . 'openssl_random_pseudo_bytes() returned a p…
H A DPseudoRandomStringGeneratorFactory.php26 use Facebook\Exceptions\FacebookSDKException; alias
74 …* @throws FacebookSDKException If unable to detect a cryptographically secure pseudo-random string…
99 …throw new FacebookSDKException('Unable to detect a cryptographically secure pseudo-random string g…
H A DRandomBytesPseudoRandomStringGenerator.php26 use Facebook\Exceptions\FacebookSDKException; alias
38 * @throws FacebookSDKException
43 throw new FacebookSDKException(
H A DUrandomPseudoRandomStringGenerator.php26 use Facebook\Exceptions\FacebookSDKException; alias
39 * @throws FacebookSDKException
44 throw new FacebookSDKException(
51 throw new FacebookSDKException(
67 throw new FacebookSDKException(
81 throw new FacebookSDKException(
/plugin/authfacebook/lib/
H A DSignedRequest.php26 use Facebook\Exceptions\FacebookSDKException; alias
169 * @throws FacebookSDKException
174 throw new FacebookSDKException('Malformed signed request.', 606);
187 * @throws FacebookSDKException
207 * @throws FacebookSDKException
227 * @throws FacebookSDKException
232 throw new FacebookSDKException('Signed request is using the wrong algorithm.', 605);
243 * @throws FacebookSDKException
267 * @throws FacebookSDKException
275 throw new FacebookSDKException('Signed request has an invalid signature.', 602);
[all …]

12