IONIC Google cordovaOauth无效

时间:2017-07-11 17:55:37

标签: ionic-framework google-login

$cordovaOauth.google("client_id", ["email"]).then(function(result) {
        alert("Auth Success..!!");
        alert(result);
    }, function(error) {
        alert("Auth Failed..!!" + error);
    });

以上代码用于从ios设备上的离子应用程序登录google登录。我得到以下错误

请帮我解决代码

的错误

0 个答案:

没有答案