我正在尝试使用开发人员文档来使用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)
任何提示如何解决这个问题?