我正尝试通过以下开发人员文档使用Instagram OAuth
https://developers.facebook.com/docs/instagram-basic-display-api/getting-started
第1步和第2步运行正常,没有任何问题,所以我有了我的客户ID,客户秘密,重定向URI和代码。
18 我正在尝试使用开发人员文档在以下位置使用Instagram OAuth
https://www.instagram.com/developer/authentication/。
第1步和第2步运行正常,没有任何问题,所以我有了我的客户ID,客户秘密,重定向URI和代码。
但是每次我尝试获取Acces令牌时,都会出现以下错误:
{ “代码”:400, “ error_type”:“ OAuthException”, “ error_message”:“找不到或已经使用了匹配代码。” }
任何提示如何解决这个问题?
答案 0 :(得分:0)
按照您发布的而不是Instagram的Facebook链接中的说明进行操作(它们不适用于新API):
重定向为用户授权:
last/3
将返回的代码交换为令牌:
https://api.instagram.com/oauth/authorize
?app_id={app-id}
&redirect_uri={redirect-uri}
&scope=user_profile,user_media
&response_type=code