Testing my ionic app with Instagram API on android device error: net::ERR_CONNECTION_REFUSED
Testing my ionic app with Instagram API on android device error: net::ERR_CONNECTION_REFUSED
我正在使用 Ionic 框架和 AngularJS 制作一个应用程序,它使用 Instagram API 进行登录。当 redirect_uri 是我的本地主机时,在浏览器中一切正常。
但是当我尝试在 Android ("ionic run android") 上测试它时,当 Instagram 将我重定向回我的应用程序时它会抛出一个错误:ERR_CONNECTION_REFUSED for "localhost" .
如何在我的设备上测试它?
需要授予应用使用网络连接的权限。
你有没有安装Cordova的插件'InAppBrowser'?
cordova plugin add cordova-plugin-inappbrowser
我正在使用 Ionic 框架和 AngularJS 制作一个应用程序,它使用 Instagram API 进行登录。当 redirect_uri 是我的本地主机时,在浏览器中一切正常。
但是当我尝试在 Android ("ionic run android") 上测试它时,当 Instagram 将我重定向回我的应用程序时它会抛出一个错误:ERR_CONNECTION_REFUSED for "localhost" .
如何在我的设备上测试它?
需要授予应用使用网络连接的权限。
你有没有安装Cordova的插件'InAppBrowser'?
cordova plugin add cordova-plugin-inappbrowser