api - Instagrm Rate limit issue -
I am developing a mobile application that requests the Instagram server to search for a photo with a hashtag. Client ID is passed with the request.
Since the request for the limit provided by Instagram is 5000 / hour then my question is: -
In connection with the client ID or IP, the client ID rate ranges from the Instant API Do you know when requesting?
Please give me suggestions on the same.
I have read the doctor, but it has not been mentioned.
From:
to:
Limit boundaries If you receive too many requests If you are sending very quickly, we will send back 503 error codes (server unavailable).
You are limited to 5000 requests per hour per access_token or customer_id aggregate . In practice, this means that you should certify users (when possible) so that limits are beyond the reach of a given user. See also:
i tried to count my choices until I hit the "cross-border crossing" error, it About 100-150 pictures comes, and I was waiting for 5 minutes and tried to like again again, the error goes away until I reach some 50 to 60 photos. I understand that Instagram is like 100 to 200 photos per hour .. and for this 60 - 100 ...
Comments
Post a Comment