Sometimes I get OAuth error number 4 when my application sends requests for method get:album/photos or get:user/albums
This error code stands for API_EC_TOO_MANY_CALLS - Application request limit reached
but what is the base for this limit? there is a general api request limit (100 million API requests per day) but this limit is far away in my case.
So does anybody know how many is to many for this request? Is it based on a number of requests in a special period of time or a limit of maximum requests per second?
we tried different options but it's very difficult without having exact information what the real reason is...