其他分享
首页 > 其他分享> > android – Instagram API平台移动oAuth错误

android – Instagram API平台移动oAuth错误

作者:互联网

在移动Web视图(iOS UIIWebview,Android WebView)和移动safari上,以下oauth方法在成功登录后无法进入重定向:

https://api.instagram.com/oauth/authorize/?client_id=CLIENT_ID\u0026amp;redirect_uri=REDIRECT_URI\u0026amp;response_type=code

它似乎在桌面网络上运行良好.

快速浏览一下使用此API的其他应用程序,可以看出我们并不孤单,是否有人对此问题/潜在修复有任何信息?

Error Page

解决方法:

Facebook已根据Giacomo De Liberali先前提到的已发布的错误报告解决了该问题
https://developers.facebook.com/support/bugs/406930029718049/

他们没有提供导致该错误的详细信息,但现在看来您将被重定向到Instagram登录表单的新设计而不是经典的.

标签:android,ios,oauth,instagram,instagram-api
来源: https://codeday.me/bug/20190705/1388564.html