I get this error whenever I try to follow someone on Instagram via the API, regardless of how many of them were done before:
{"meta":{"error_type":"APIError","code":400,"error_message":"Client request limit reached"}}
My application allows authenticated users to follow interesting people. I know that for each authenticated user there is a limit of 5000 calls / hour, but it does not work even with new users. Does my application reach a certain level at the client level?
source
share