Google加api关闭
Google plus api shut down
我看到了 Google+ API 将于 2019 年 3 月 7 日关闭的更新。我正在进行一个维护项目,该项目有两个 google apis .但是我不确定这两个调用是google还是google加上api。如果是 google plus 那我得换掉它。
https://www.googleapis.com/oauth2/v4/token
https://people.googleapis.com/v1/people/me?personFields=birthdays
感谢您对此的回应。
这些都不使用 Google+ API。第一个是 OAuth and OpenID Connect framework and the second is the Google People API.
的一部分
你应该对两者都有好处。
我看到了 Google+ API 将于 2019 年 3 月 7 日关闭的更新。我正在进行一个维护项目,该项目有两个 google apis .但是我不确定这两个调用是google还是google加上api。如果是 google plus 那我得换掉它。
https://www.googleapis.com/oauth2/v4/token
https://people.googleapis.com/v1/people/me?personFields=birthdays
感谢您对此的回应。
这些都不使用 Google+ API。第一个是 OAuth and OpenID Connect framework and the second is the Google People API.
的一部分你应该对两者都有好处。