My application tries to get Facebook
page's photos information by sending API requests like this:
It sends 1 call in 1 second, but after 38-th call to API I get:
Error: (#613) Calls to stream have exceeded the rate of 600 calls per 600 seconds.
I don't use batch requests. Why FB thinks that my application exceeds the limit?
Thanks!