API rate limiting issue

后端 未结 3 2015
天命终不由人
天命终不由人 2021-01-06 05:45

I am always and constantly getting the following error when trying to follow a user via instagram although the 5000 request limit hasn\'t been exceeded. Why is this?

相关标签:
3条回答
  • 2021-01-06 06:23

    It depends on your request. Instagram has a new API limit, 100 likes/hr, 60 follow/unfollow/hr IF you authenticate server side and sign your headers, check out the Instragram authentication for developers.

    I'm currently running a website: http://instapromobiz.com that automates likes/follows/unfollows using these restrictions. It works great, check it out.

    0 讨论(0)
  • 2021-01-06 06:32

    I had the same problem. In my case I sent post requets from server side (google app engine) and now I am sending post requests from client (with js) and it works well.

    0 讨论(0)
  • 2021-01-06 06:40

    While API request with access token is 5000 (any API call), certain API like follow, unfollow, like, comment are limited to 350 an hour.

    0 讨论(0)
提交回复
热议问题