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 got this error for some reason:

{
  "error": {
    "message": "(#4) Application request limit reached", 
    "type": "OAuthException", 
    "code": 4
  }
}

From my investigation, daily request limit seem to be 100m requests. The Insights -> Developer -> Activity and Errors does not update in realtime (lagging by 4 days), there isn't any restrictions/throttling/errors to speak of. The highest request rate I had was on 21st, and it is 500k and I don't think i got any request limits reached errors (error highest was 1000 errors that day).

Any idea what I could be doing to resolve this? Or at least find out what limits are to my app?

thanks a lot!

Jason

share|improve this question
2  
+1 for having a website that can hit the limit. – Mathew Foscarini Nov 30 '12 at 6:27

1 Answer

I have same error. I think there is a facebook bug: https://developers.facebook.com/bugs/442544732471951?browse=search_50bc5133cf13d5c74557627

Please subscribe to this error to solve it quickly...

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.