我在使用带有Google+ API的HelloJS时遇到了一些问题。它一直运行良好使用本地开发服务器,但当我尝试使用它包装在Cordova应用程序中时,我收到错误。
在Google Development Console中,我为Web应用程序创建了一个客户端ID。 设置如下:
在我的手机上,我收到400错误" redirect_uri的参数无效:缺少权限:file:///android_asset/www/index.html"
有关如何解决此问题的任何建议?
答案 0 :(得分:2)
明确设定
hello.init( clientIds, {redirect_uri:'http://localhost/'})