如何在Ionic中获取Google联系人列表

时间:2018-07-26 08:59:39

标签: ionic3 google-contacts

我已经实现了Google登录,并且工作正常。

下面我们尝试获取Google联系人列表:

this.google.login({ 'scopes': 'https://www.google.com/m8/feeds',
    'webClientId': 'com.googleusercontent.apps.494397941266-obkblbee99jaov2u0441s63lmofiqmi0',
    'offline': true})
.then(res => {
    console.log(res);
})
.catch(err => console.error(err)); 

但是它返回错误10。

请让我知道如何解决它们。

0 个答案:

没有答案