我已经实现了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。
请让我知道如何解决它们。