Google在两天内关闭了其Google+服务。
我目前正在通过以下请求获取用户数据:https://www.googleapis.com/plus/v1/people/me/openIdConnect?alt=json&access_token=
我到处都看过,但似乎找不到应该使用的替代URL。任何帮助将不胜感激。
答案 0 :(得分:2)
以防万一,我找到了答案。
window.geofence.onTransitionReceived = function (geofences) {
alert(JSON.stringify(geofences));
}
应该成为
https://www.googleapis.com/plus/v1/people/me/openIdConnect