May I ask if you guys have a link to where you reported this issue? I am having the same problem.
"report issue" button
11–20 of 82 posts
May I ask if you guys have a link to where you reported this issue? I am having the same problem.
"report issue" button
Currently I'm seeing a lot of 400 errors: "Matching code was not found or was already used."
Currently I'm seeing a lot of 400 errors: "Matching code was not found or was already used."
We at smartmetrics.co experience the same issue. We noticed that issue affected not everybody, many customers still can use oauth. We contacted Instagram and Facebook support but got no answer.
Instagram had a long period of time it went down yesterday I'd be surprised if they aren't linked.
Earlier quoted context omitted.
We at smartmetrics.co experience the same issue. We noticed that issue affected not everybody, many customers still can use oauth. We contacted Instagram and Facebook support but got no answer.
We are experience the same issue, I have been able to reproduce the issue with the same account by just trying it repeatedly. It will eventually fail, the only solution is to sign out of Instagram, which ends up clearing your session and trying it again. Instagram had a long period of time it went down yesterday I'd be surprised if they aren't linked.
At least not in all cases, i.e. we tried production, staging and an instance running on localhost. Private mode usually changed in which places the login worked, but it never helped for all three.
Earlier quoted context omitted.
We are experience the same issue, I have been able to reproduce the issue with the same account by just trying it repeatedly. It will eventually fail, the only solution is to sign out of Instagram, which ends up clearing your session and trying it again. Instagram had a long period of time it went down yesterday I'd be surprised if they aren't linked.
Private mode wasn't enough to fix the error for us. At least not in all cases, i.e. we tried production, staging and an instance running on localhost. Private mode usually changed in which places the login worked, but it never helped for all three.
Currently I'm seeing a lot of 400 errors: "Matching code was not found or was already used."
1) send user to authorise at Instagram: GET https://www.instagram.com/oauth/authorize?client_id=XXX&redi... Instagram sends user to your redirect URL with: /?code=YYYY
2) post code to Instagram to exchange for access token: curl -F 'client_id=XXXX' \ -F 'client_secret=ZZZ' \ -F 'grant_type=authorization_code' \ -F 'redirect_uri=http://localhost:3500' \ -F 'code=YYYY' \ https://api.instagram.com/oauth/access_token
3) Instagram responds with: {"error_message": "Matching code was not found or was already used.", "code": 400, "error_type": "OAuthException"}
Reported issues but haven't heard back