I do an application which deletes comments on Instagram since Saturday 31st of October, I get this response when I use API to delete comments:
{"error_type":"OAuthRateLimitException","code":429,"error_message":"The maximum number of requests per hour has been exceeded...."}}.
I see that they did a modification one year ago for the limits of the number of requests, but I don't have this error during this execution since before the update. How to avoid it? Is it necessary to retrieve a new token or is there an another way to avoid it?