Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook OAuth Error: Application request limit reached

I'm trying to get facebook's example page working (again) which you can find here. I'm getting the following error:

Fatal error: Uncaught OAuthException: (#4) Application request limit reached thrown in C:\wamp\www\base_facebook.php on line 988

I've googled this and the problem seems to be easily fixed by using the steps outlined here. However, when I go to facebook.com/insights, my application isn't listed (I am logged in).

The weirder part is that when I go to my app via Developers > My apps, I can go to the page of my app and click "Insights". This brings me to the Insights page for my app... but the diagnostic section is nowhere to be found. Can anyone help?

like image 638
tnw Avatar asked Jun 20 '11 13:06

tnw


1 Answers

The outlined way of finding out why this happens is:

  1. Log into https://developers.facebook.com/apps/
  2. The last app you've edited should already be loaded on the right side; if not, find your app on the left side and click the name.
  3. Scroll down until you see the Insights section and click See All.
  4. From the menu on the left side, select API > Activity & Errors.
like image 174
Ja͢ck Avatar answered Sep 28 '22 01:09

Ja͢ck