[Instagram] REMOVE API Limits (Unlimited following/liking/commenting/etc)

ok, so what do you mean with body include token=TOKENHERE ? explain it please... https://instagram.com/oauth/revoke_access token=15151xxxxxxx ? or what for example, beacause it wont work for me
Add me on skype
 
Hey i added you on skypebutou are not replyingto my messages :(
 
I've tried re-authenticate my client(s) - several times. Yet, I still get "Instagram Error: 400: APINotAllowedError: you cannot like this media".

Anyone know how to circumvent this?

Thanks in advance.
 
I've tried re-authenticate my client(s) - several times. Yet, I still get "Instagram Error: 400: APINotAllowedError: you cannot like this media".

Anyone know how to circumvent this?

Thanks in advance.

You most likely are temp banned from liking. This happens when you go too fast. Just because you can bbypass the limist of how many, doesnt mean you can bypass he speed limit. Give it a few hours or days.
 
Is this still working? I get first 302 redirect and then 400 after following redirect as response to revoke_access POST request.
 
I'd be willing to pay a few bucks for a detailed guide on how to do this. (over skpe) -> Sandiego616. I have two bots that I use mega instagram bot, and instafire. Hope to hear from you guys soon!
 
So, for the past day I've been screwing around trying to make my Instagram API bots work better with the new(unsigned) limitations and discovered something really interesting. Turns out the only limit you have on your account is the 5000 requests/hour limit. I found a method to bypass the API limits but you're going to need to be a developer to do it (or at least can talk to your developer about implementing it). Just follow these steps:

1. Use the current access token until you reach the max amount of actions you can do. Until you receive a 429 error response saying you have exceeded the limit. Repeat this for all tokens if using multiple in your bot

2. After all the tokens' limits have been exceeded, send a POST request over to: instagram.cm/oauth/revoke_access (add an O between C and M)
and in the body include "token=TOKENHERE". Send it and the token will be revoked. Repeat for all tokens.

3. Re-authenticate your clients.

4. Get new access tokens.

5. Tada, you now can use these access tokens over and over again without being limited to the new restrictions.

I don't think that was a good idea to post this publicly. This might be the only way to bypass Instagram's API, they could find this post with a simple Google search and patch it... you should ask a mod to remove the thread.
 
Unfortunately it seems like it has been patched... Too bad the OP almost never answer to any email or Skype... I purchased both of his bots and none of them work anymore.
 
Back
Top