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

问题描述 投票:0回答:1

我正在尝试通过单击“使用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

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

api instagram
1个回答
0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.