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?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

So It seems the "allocation" stuff has been completely removed by facebook.

It is a bit secret or so but there seems to be only a limit on posting stuff (not reading) and sending old style requests (that's the "request 1.0" in your insights´).

More :

http://forum.developers.facebook.net/viewtopic.php?id=88870

http://forum.developers.facebook.net/viewtopic.php?id=99080

http://forum.developers.facebook.net/viewtopic.php?id=101332

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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