【问题标题】:Will people.get method be affected by Google+ API deprecation?people.get 方法会受到 Google+ API 弃用的影响吗?
【发布时间】:2018-12-27 00:24:03
【问题描述】:

我正在使用 Google People API 从 Node JS 客户端获取用户帐户信息(仅适用于通过 gmail 授权使用 Gmail API 登录的用户)。我想确保我使用的 people.get 方法不会受到关闭 Google+ 及其 API 的影响。

这是 Google 于 2018 年 12 月 20 日发送的通知开发者关闭的电子邮件的摘录:

“注意:如果您看到对 people.get 的调用,这可能是在您的应用程序中使用 Google+ 登录功能的结果,该功能现已完全弃用并正在关闭。开发人员应从 Google+ 登录迁移- 更全面的 Google 登录身份验证系统的功能。”

如上所述,我正在使用 People API 调用 people.get,但我不清楚这是否会受到 Google+ 弃用的影响。

【问题讨论】:

    标签: google-plus google-people-api


    【解决方案1】:

    如果您使用的是https://developers.google.com/people/api/rest/v1/people/get 中记录的people.get API,那么您就可以了。此 API不受 Google+ API 关闭的影响。

    如果您使用的是 https://developers.google.com/+/web/api/rest/latest/people/get 中记录的 people.get API,那么您将需要迁移到不同的 API。

    【讨论】:

      猜你喜欢
      • 2022-01-23
      • 1970-01-01
      • 1970-01-01
      • 2019-06-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-02-03
      相关资源
      最近更新 更多