我正在尝试通过单击“使用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>
我检查了错误代码列表,但无法验证此错误的确切含义,我只是严格按照指南进行操作。如果以前熟悉此问题的任何人都希望看到您的答案。
糟糕!我的错是刚刚输入的错误respon c e_type = code而不是respon s e_type = code