user2825505
user2825505

Reputation: 77

Instagram API Follow Limit?

I'm creating a simple app that allows users to log into my system and find other users similar to them (by thumbnail). Once they click on the thumbnail, they should automatically follow that user

However I keep getting 'you have reached your limit'. After doing a search I found that the follow limit on the hour is 350. However, I only followed about 10 times and I get this message. It won't let me follow anyone anymore through the api. Even if I change the client id and secret, I still get the 'limit' message

Just an fyi, the way I have it set up now:

  1. user connects to my site,
  2. grants my app permission to write to their account
  3. redirected back to my site. All users will use the same client ID and secret, and will be granted their own unique token

Am I missing something here?

Upvotes: 0

Views: 1429

Answers (2)

Cody Mays
Cody Mays

Reputation: 127

I, too, have the same issue. I'm not seeing a whole lot of consistency with the rate limit being reached and there's no way I'm at the limit the docs mention. I've even hardcoded delays to ensure that nothing happens too fast and I'm still making no progress with this.

Upvotes: 0

Jordan Schuetz
Jordan Schuetz

Reputation: 1036

I have this same problem too. I created my app, but it looks like instagram limits your rate limit per app id. It's something like 3500 per hour. Also, they track requests from IP addresses, so try using different proxies for testing.

Upvotes: 0

Related Questions