HelloJS + Cordova:redirect_uri有问题

时间:2014-12-28 14:42:41

标签: cordova oauth-2.0 hello.js

我在使用带有Google+ API的HelloJS时遇到了一些问题。它一直运行良好使用本地开发服务器,但当我尝试使用它包装在Cordova应用程序中时,我收到错误。

在Google Development Console中,我为Web应用程序创建了一个客户端ID。 设置如下:

enter image description here

在我的手机上,我收到400错误" redirect_uri的参数无效:缺少权限:file:///android_asset/www/index.html"

有关如何解决此问题的任何建议?

1 个答案:

答案 0 :(得分:2)

明确设定

 hello.init( clientIds, {redirect_uri:'http://localhost/'})