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?