Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/219.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Instagram重定向uri的自定义架构_Java_Android_Instagram_Instagram Api - Fatal编程技术网

Java Instagram重定向uri的自定义架构

Java Instagram重定向uri的自定义架构,java,android,instagram,instagram-api,Java,Android,Instagram,Instagram Api,我正在尝试将Instagram集成到android应用程序中,并希望使用自定义模式,比如-sociallogin://authorize 有没有办法在Instagram开发者门户中使用非http/https重定向uri?Instagram似乎在几个月前就取消了对自定义uri的支持 即使您现在需要提供一个以http或https开头的URI,您仍然可以提供一个垃圾URI,并在应用程序中实现适当的机制来处理它。不支持currentlySo目前我们只能使用Webview进行Instagram集成。对吗

我正在尝试将Instagram集成到android应用程序中,并希望使用自定义模式,比如-sociallogin://authorize


有没有办法在Instagram开发者门户中使用非http/https重定向uri?

Instagram似乎在几个月前就取消了对自定义uri的支持


即使您现在需要提供一个以http或https开头的URI,您仍然可以提供一个垃圾URI,并在应用程序中实现适当的机制来处理它。

不支持currentlySo目前我们只能使用Webview进行Instagram集成。对吗?我们不能直接通过Instagram应用程序进行身份验证吗?没错,弹出一个webview并重定向到某个dumy url,然后通过webview回调/委托方法从url哈希参数中获取访问令牌(好:)谢谢您的时间。