我正在尝试使用开发人员文档来使用Instagram OAuth
https://www.instagram.com/developer/authentication/.
第1步和第2步没有任何问题,所以我有我Client-ID的Client-Secret,所有Redirect-URI和代码.
但每次我试图得到Acces Token我得到以下错误:
{
"code": 400,
"error_type": "OAuthException",
"error_message": "Matching code was not found or was already used."
}
Run Code Online (Sandbox Code Playgroud)
任何提示如何解决这个问题?
我使用Instagram API从我的实时服务器看到此错误.
{
"error_message": "Matching code was not found or was already used."
, "code": 400
, "error_type": "OAuthException"
}
Run Code Online (Sandbox Code Playgroud)
我在这里已经阅读了一些清除缓存的建议,但这并没有解决问题.我也无法直接在Instagram网站上提交支持票,因为我在尝试提交票证时收到错误消息.