Rating of 4,9 • 18 reviews Last updated on 26/07 at 23h09
Your-Opinion.ca

Facebook\Exceptions\FacebookResponseException [ 200 ]: API access disrupted. Go to the App Dashboard and complete Data Use Checkup.

DOCROOT/vendor/facebook/graph-sdk/src/Facebook/Exceptions/FacebookResponseException.php [ 137 ]

132                 return new static($response, new FacebookClientException($message, $code));
133         }
134 
135         // Missing Permissions
136         if ($code == 10 || ($code >= 200 && $code <= 299)) {
137             return new static($response, new FacebookAuthorizationException($message, $code));
138         }
139 
140         // OAuth authentication error
141         if (isset($data['error']['type']) && $data['error']['type'] === 'OAuthException') {
142             return new static($response, new FacebookAuthenticationException($message, $code));
  1. DOCROOT/vendor/facebook/graph-sdk/src/Facebook/FacebookResponse.php [ 210 ] » Facebook\Exceptions\FacebookResponseException::create()

  2. DOCROOT/vendor/facebook/graph-sdk/src/Facebook/FacebookResponse.php [ 255 ] » Facebook\FacebookResponse->makeException()

  3. DOCROOT/vendor/facebook/graph-sdk/src/Facebook/FacebookResponse.php [ 82 ] » Facebook\FacebookResponse->decodeBody()

  4. DOCROOT/vendor/facebook/graph-sdk/src/Facebook/FacebookClient.php [ 224 ] » Facebook\FacebookResponse->__construct()

  5. DOCROOT/vendor/facebook/graph-sdk/src/Facebook/Facebook.php [ 469 ] » Facebook\FacebookClient->sendRequest()

  6. DOCROOT/vendor/facebook/graph-sdk/src/Facebook/Facebook.php [ 336 ] » Facebook\Facebook->sendRequest()

  7. APPPATH/views/widget/badge.php [ 201 ] » Facebook\Facebook->get()

  8. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. SYSPATH/classes/Kohana/Response.php [ 169 ] » Kohana_View->__toString()

  12. APPPATH/classes/Controller/Template/InServioPartners.php [ 83 ] » Kohana_Response->body()

  13. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Template_InServioPartners->after()

  14. {PHP internal call} » Kohana_Controller->execute()

  15. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke()

  16. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request()

  17. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute()

  18. DOCROOT/httpdocs/index.php [ 118 ] » Kohana_Request->execute()

Environment