/plugin/authfacebook/lib/GraphNodes/ |
H A D | GraphNodeFactory.php | 88 * @throws FacebookSDKException 103 * @throws FacebookSDKException 115 * @throws FacebookSDKException 127 * @throws FacebookSDKException 139 * @throws FacebookSDKException 151 * @throws FacebookSDKException 163 * @throws FacebookSDKException 175 * @throws FacebookSDKException 190 * @throws FacebookSDKException 207 * @throws FacebookSDKException [all …]
|
H A D | GraphEdge.php | 28 use Facebook\Exceptions\FacebookSDKException; alias 149 * @throws FacebookSDKException 168 * @throws FacebookSDKException 173 throw new FacebookSDKException('You can only paginate on a GET request.', 720); 184 * @throws FacebookSDKException 204 * @throws FacebookSDKException 216 * @throws FacebookSDKException
|
H A D | GraphObjectFactory.php | 26 use Facebook\Exceptions\FacebookSDKException; alias 67 * @throws FacebookSDKException
|
/plugin/authfacebook/lib/ |
H A D | SignedRequest.php | 26 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 …]
|
H A D | FacebookResponse.php | 198 * @throws FacebookSDKException 266 * @throws FacebookSDKException 283 * @throws FacebookSDKException 297 * @throws FacebookSDKException 311 * @throws FacebookSDKException 325 * @throws FacebookSDKException 339 * @throws FacebookSDKException 353 * @throws FacebookSDKException 367 * @throws FacebookSDKException 384 * @throws FacebookSDKException [all …]
|
H A D | Facebook.php | 123 * @throws FacebookSDKException 331 * @throws FacebookSDKException 356 * @throws FacebookSDKException 381 * @throws FacebookSDKException 402 * @throws FacebookSDKException 416 * @throws FacebookSDKException 431 * @throws FacebookSDKException 461 * @throws FacebookSDKException 481 * @throws FacebookSDKException 530 * @throws FacebookSDKException [all …]
|
H A D | FacebookRequest.php | 32 use Facebook\Exceptions\FacebookSDKException; alias 132 * @throws FacebookSDKException 140 …throw new FacebookSDKException('Access token mismatch. The access token provided in the FacebookRe… 203 * @throws FacebookSDKException 209 throw new FacebookSDKException('You must provide an access token.'); 236 * @throws FacebookSDKException 241 throw new FacebookSDKException('HTTP method not specified.'); 245 throw new FacebookSDKException('Invalid HTTP method specified.'); 256 * @throws FacebookSDKException 327 * @throws FacebookSDKException
|
H A D | FacebookBatchRequest.php | 30 use Facebook\Exceptions\FacebookSDKException; alias 121 * @throws FacebookSDKException 128 …throw new FacebookSDKException('Missing FacebookApp on FacebookRequest and no fallback detected on… 136 …throw new FacebookSDKException('Missing access token on FacebookRequest and no fallback detected o… 149 * @throws FacebookSDKException 221 * @throws FacebookSDKException 227 throw new FacebookSDKException('There are no batch requests to send.'); 230 … throw new FacebookSDKException('You cannot send more than 50 batch requests at a time.');
|
H A D | FacebookApp.php | 27 use Facebook\Exceptions\FacebookSDKException; alias 45 * @throws FacebookSDKException 52 …throw new FacebookSDKException('The "app_id" must be formatted as a string since many app ID\'s ar…
|
H A D | FacebookClient.php | 29 use Facebook\Exceptions\FacebookSDKException; alias 196 * @throws FacebookSDKException 241 * @throws FacebookSDKException
|
/plugin/authfacebook/lib/PseudoRandomString/ |
H A D | UrandomPseudoRandomStringGenerator.php | 26 use Facebook\Exceptions\FacebookSDKException; alias 39 * @throws FacebookSDKException 44 throw new FacebookSDKException( 51 throw new FacebookSDKException( 67 throw new FacebookSDKException( 81 throw new FacebookSDKException(
|
H A D | OpenSslPseudoRandomStringGenerator.php | 26 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 D | McryptPseudoRandomStringGenerator.php | 26 use Facebook\Exceptions\FacebookSDKException; alias 38 * @throws FacebookSDKException 43 throw new FacebookSDKException( 60 throw new FacebookSDKException(
|
H A D | RandomBytesPseudoRandomStringGenerator.php | 26 use Facebook\Exceptions\FacebookSDKException; alias 38 * @throws FacebookSDKException 43 throw new FacebookSDKException(
|
H A D | PseudoRandomStringGeneratorFactory.php | 26 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…
|
/plugin/authfacebook/lib/Authentication/ |
H A D | AccessTokenMetadata.php | 26 use Facebook\Exceptions\FacebookSDKException; alias 55 * @throws FacebookSDKException 60 throw new FacebookSDKException('Unexpected debug token response data.', 401); 324 * @throws FacebookSDKException 329 … throw new FacebookSDKException('Access token metadata contains unexpected app ID.', 401); 339 * @throws FacebookSDKException 344 … throw new FacebookSDKException('Access token metadata contains unexpected user ID.', 401); 351 * @throws FacebookSDKException 360 …throw new FacebookSDKException('Inspection of access token metadata shows that the access token ha…
|
/plugin/authfacebook/lib/FileUpload/ |
H A D | FacebookFile.php | 26 use Facebook\Exceptions\FacebookSDKException; alias 62 * @throws FacebookSDKException 83 * @throws FacebookSDKException 88 …throw new FacebookSDKException('Failed to create FacebookFile entity. Unable to read resource: ' .… 94 …throw new FacebookSDKException('Failed to create FacebookFile entity. Unable to open resource: ' .…
|
H A D | FacebookResumableUploader.php | 29 use Facebook\Exceptions\FacebookSDKException; alias 83 * @throws FacebookSDKException 140 * @throws FacebookSDKException
|
/plugin/authfacebook/lib/PersistentData/ |
H A D | FacebookSessionPersistentDataHandler.php | 26 use Facebook\Exceptions\FacebookSDKException; alias 45 * @throws FacebookSDKException 50 throw new FacebookSDKException(
|
/plugin/authfacebook/lib/Exceptions/ |
H A D | FacebookResponseException.php | 33 class FacebookResponseException extends FacebookSDKException 49 * @param FacebookSDKException $previousException The more detailed exception. 51 …public function __construct(FacebookResponse $response, FacebookSDKException $previousException = …
|
H A D | FacebookAuthenticationException.php | 31 class FacebookAuthenticationException extends FacebookSDKException
|
/plugin/authfacebook/lib/HttpClients/ |
H A D | FacebookStreamHttpClient.php | 27 use Facebook\Exceptions\FacebookSDKException; alias 70 throw new FacebookSDKException('Stream returned an empty response', 660);
|
H A D | FacebookGuzzleHttpClient.php | 27 use Facebook\Exceptions\FacebookSDKException; alias 69 throw new FacebookSDKException($e->getMessage(), $e->getCode());
|
H A D | FacebookCurlHttpClient.php | 27 use Facebook\Exceptions\FacebookSDKException; alias 73 throw new FacebookSDKException($this->facebookCurl->error(), $curlErrorCode);
|
/plugin/authfacebook/lib/Helpers/ |
H A D | FacebookRedirectLoginHelper.php | 28 use Facebook\Exceptions\FacebookSDKException; alias 154 * @throws FacebookSDKException 163 … throw new FacebookSDKException('Cannot generate a logout URL with an app access token.', 722);
|