0

Earlier today my application started receiving this API return:

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

The call in question is this:

I've understood the problem, but I wonder if I can do something to increase the limit of calls.

Has anyone experienced this?

NeverHopeless
  • 11,077
  • 4
  • 35
  • 56

1 Answers1

0

This is actually being reported as a bug. If they changed the rate limits it's news to all of us confused folks hanging out on the thread below ;)

https://developers.facebook.com/bugs/442544732471951?browse=search_50ca0e8ed9fa97632231355

rondata
  • 37
  • 3