sachin-handiekar / jInstagram

A Java library for the Instagram API.
MIT License
385 stars 167 forks source link

Matching code was not found or was already used #191

Open z0mb1ek opened 7 years ago

z0mb1ek commented 7 years ago

Hi. It works for some month and now it get me: {"error_message": "Matching code was not found or was already used.", "code": 400, "error_type": "OAuthException"} I see this issue on SO, but cannot fix it( Any ideas?

bewwweb commented 7 years ago

I have the same problem with some users for a couple of days. I don't know how to fix or workarround yet.

brennhill commented 7 years ago

This is not a problem with the library. It has to do with the one of the codes instagram gives you as part of getting an access code for api calls. That other code (don't remember it's name) is single use, you need to re-authenticate from the beginning.

Yes, it's very annoying.

axeldroz commented 7 years ago

Hi. What do you mean about re-authenticate from the beginning ?

AmrutBiz4 commented 5 years ago

Please check this simple answer if you are following the same.