Instagram Api错误代码400无效响应类型

时间:2019-11-03 12:49:38

标签: api instagram

我正试图通过单击“使用Instagram登录” 按钮来对用户进行身份验证。但出现此错误:

{"error_type": "OAuthException", "code": 400, "error_message": "Invalid response type: "}

这是我正在使用的OAuth:

<a href="https://api.instagram.com/oauth/authorize/?app_id=<?php echo APP_ID; ?>&redirect_uri=<?php echo urlencode(REDIRECT_URI); ?>&scope=user_profile,user_media&responce_type=code" >login with instagram</a>

我正在遵循本指南: https://developers.facebook.com/docs/instagram-basic-display-api/guides/getting-access-tokens-and-permissions

我只检查了错误代码列表,但无法验证该错误的确切含义,我只是严格按照指南进行操作。如果以前熟悉此问题的任何人都希望看到您的答案。

1 个答案:

答案 0 :(得分:0)

糟糕!我的错误是刚刚输入的错误响应了 c e_type = code而不是响应了 s e_type = code