Home
last modified time | relevance | path

Searched refs:FacebookSDKException (Results 1 – 25 of 33) sorted by relevance

12

/plugin/authfacebook/lib/GraphNodes/
H A DGraphNodeFactory.php88 * @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 DGraphEdge.php28 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 DGraphObjectFactory.php26 use Facebook\Exceptions\FacebookSDKException; alias
67 * @throws 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 …]
H A DFacebookResponse.php198 * @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 DFacebook.php123 * @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 DFacebookRequest.php32 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 DFacebookBatchRequest.php30 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 DFacebookApp.php27 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 DFacebookClient.php29 use Facebook\Exceptions\FacebookSDKException; alias
196 * @throws FacebookSDKException
241 * @throws FacebookSDKException
/plugin/authfacebook/lib/PseudoRandomString/
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(
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 DMcryptPseudoRandomStringGenerator.php26 use Facebook\Exceptions\FacebookSDKException; alias
38 * @throws FacebookSDKException
43 throw new FacebookSDKException(
60 throw new FacebookSDKException(
H A DRandomBytesPseudoRandomStringGenerator.php26 use Facebook\Exceptions\FacebookSDKException; alias
38 * @throws FacebookSDKException
43 throw new FacebookSDKException(
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…
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php26 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 DFacebookFile.php26 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 DFacebookResumableUploader.php29 use Facebook\Exceptions\FacebookSDKException; alias
83 * @throws FacebookSDKException
140 * @throws FacebookSDKException
/plugin/authfacebook/lib/PersistentData/
H A DFacebookSessionPersistentDataHandler.php26 use Facebook\Exceptions\FacebookSDKException; alias
45 * @throws FacebookSDKException
50 throw new FacebookSDKException(
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php33 class FacebookResponseException extends FacebookSDKException
49 * @param FacebookSDKException $previousException The more detailed exception.
51 …public function __construct(FacebookResponse $response, FacebookSDKException $previousException = …
H A DFacebookAuthenticationException.php31 class FacebookAuthenticationException extends FacebookSDKException
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStreamHttpClient.php27 use Facebook\Exceptions\FacebookSDKException; alias
70 throw new FacebookSDKException('Stream returned an empty response', 660);
H A DFacebookGuzzleHttpClient.php27 use Facebook\Exceptions\FacebookSDKException; alias
69 throw new FacebookSDKException($e->getMessage(), $e->getCode());
H A DFacebookCurlHttpClient.php27 use Facebook\Exceptions\FacebookSDKException; alias
73 throw new FacebookSDKException($this->facebookCurl->error(), $curlErrorCode);
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php28 use Facebook\Exceptions\FacebookSDKException; alias
154 * @throws FacebookSDKException
163 … throw new FacebookSDKException('Cannot generate a logout URL with an app access token.', 722);

12