问题描述
我正在使用oauth2 Instagram隐式流在Instagram中进行登录,我正在使用的基本URL是这样:
此网址向我显示了Instagram登录页面,我介绍了用户名和密码,如果它们正确无误,API会将我重定向到redirect_uri,但是当我引入错误的用户名或密码时,它会将我重定向到Instagram中此不可用的页面: /p>
这是通常的流程,其中用户未输入正确的密码或电子邮件.
我该如何解决?这和配置有关吗?
感谢您的帮助.
我遇到了完全相同的问题.我刚刚向Instagram团队提交了错误报告,因此希望对您有所帮助.
不过,我鼓励您在此处做同样的事情以加快速度: https://help .instagram.com/contact/438525166257277
I am using the oauth2 Instagram implicit flow to do login in Instagram, the base url that I am using is this:
This url show me the Instagram login page, I introduce user and password and if they are correct the API redirects me to the redirect_uri, but when I introduce a bad user or password it redirects me to this unavailable page in Instagram:
This is a usual flow where the user doesn't introduce a correct password or email.
How can I resolve it? Is this something related with the configuration.
Thanks for your help.
I encounter exactly the same issue. I've just submit a bug report to the Instagram team, so I hope that would help.
However, I encourage you to do the same to accelerate things, right here: https://help.instagram.com/contact/438525166257277
这篇关于如果您输入错误的密码,Instagram Oauth2隐式身份验证将重定向到页面不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!