Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Let's read below article [Facebook Application Request limit reached][1] [1]: stackoverflow.com/questions/9272391/… – redwind Jul 31 '12 at 5:47
Can u check json is enabled on your wamp server – Warrior Aug 14 '12 at 10:39

1 Answer

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.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.