gpt4 book ai didi

javascript - 如何使用 $cordovaOauth 获取 google 联系人电子邮件和电话号码 ionic、cordova?

转载 作者:太空宇宙 更新时间:2023-11-04 15:56:17 25 4
gpt4 key购买 nike

我需要帮助才能通过 $cordovaOauth 获取 Google 联系详细信息电子邮件、ionic 电话号码、cordova。

最佳答案

在 Google Console api 中创建 google oauth api,例如 '1234567890-qhjnn7du9jrnhchuu66cc08i7pbuaaod.apps.googleusercontent.com'

$scope.googleinvite = function() {

$cordovaOauth.google("1234567890-qhjnn7du9jrnhchuu66cc08i7pbuaaod.apps.googleusercontent.com", ["https://www.google.com/m8/feeds"]).then(function(result) {
console.log(result)
var googleaccount = $http({
method: 'GET',
url: 'https://www.google.com/m8/feeds/contacts/default/full?access_token=' + result.access_token + "&alt=json&max-results=5000",
dataType: "jsonp",
});
googleaccount.success(function(response) {
console.log(response);
});
},
function(error) {
console.log("Error -> " + error);
});
}

关于javascript - 如何使用 $cordovaOauth 获取 google 联系人电子邮件和电话号码 ionic、cordova?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42664256/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com