Reputation: 11
I have problem with huskies in my application. I can't like
I keep getting an error response, although the limit does not exceed 5000 likes. Anyone solved this problem ?
My app: instaflat.jit.su
Upvotes: 1
Views: 4804
Reputation: 171
Instagram has new API limits: 100 likes/hr 60 follows/unfollows/hr. That is only if you authenticate serverside and sign your headers. Check out the new authentication: http://instagram.com/developer/authentication/
I'm using it for my new site that automates likes/follows/unfollows, haven't had any problems works great. Check it out: http://instapromobiz.com
Upvotes: 0
Reputation: 73044
The rate limits for Instagram's API are not well documented at all. You will find different limits for comments, likes, unlike, follows, and unfollows.
The best way to determine the allowed rate limit for a particular call is to examine the HTTP request header with a tool like POSTMAN or even Instagram's API Console.
Upvotes: 1