Application request limit reached
We have an Instagram posting batch that runs every 10 minutes.
If it checks content_publishing_limit and it exceeds 50, it passes, and if it is below 50, it is published through media, media_publish.
The batch runs every 10 minutes, but usually 5 to 10 posts are published per day.
Even though content_publishing_limit is 0, the following error occurs.
{'error': {'message': 'Application request limit reached', 'type': 'OAuthException', 'is_transient': False, 'code': 4, 'error_subcode': 2207051, 'error_user_title': '행동이 차단되었습니다', 'error_user_msg': 'Instagram은 커뮤니티를 보호하기 위해 특정 활동을 제한합니다. 이 조치가 실수라고 생각하는 경우 저희에게 알려주세요.', 'fbtrace_id': 'ARKi32ke_ey3B-Uvka4AX_q'}}