【发布时间】:2017-09-26 06:44:56
【问题描述】:
我正在尝试将 Instagram 集成到 android 应用程序中并希望使用自定义架构,例如 - sociallogin://authorize
有没有办法在 Instagram 开发者门户中使用 non-http/https redirect_uri?
【问题讨论】:
-
目前不支持
-
所以目前我们只能使用 Webview 进行 Instagram 集成。正确的?我们不能直接通过 Instagram 应用进行身份验证吗?
-
没错,弹出一个 webview 并重定向到一些虚拟 url 并通过 webview 回调/委托方法从 url 哈希参数中获取 access_token
-
好的 :) 谢谢你的时间。
标签: java android instagram instagram-api