【问题标题】:Google+ APIs have been shut down as of March 7, what needs to update?Google+ API 已于 3 月 7 日关闭,需要更新什么?
【发布时间】:2019-03-12 12:53:55
【问题描述】:

Google+ API 已于 3 月 7 日关闭,如下所述

https://developers.google.com/+/api-shutdown

这是我在应用程序中使用的代码 sn-p,但该应用程序仍在使用谷歌登录。 另外,我没有收到有关此问题的电子邮件。

callbackManager = CallbackManager.Factory.create();
            googleApiClient = new GoogleApiClient.Builder(getActivity())
                    .addConnectionCallbacks(this)
                    .addOnConnectionFailedListener(this).addApi(Plus.API, Plus.PlusOptions.builder().build())
                    .addScope(Plus.SCOPE_PLUS_LOGIN).build();

【问题讨论】:

    标签: android google-api google-plus google-api-client google-client


    【解决方案1】:

    Google 登录提供了一些与用户相关的数据。我不知道 Google+ API 公开了哪些所有数据,但您可以查看 Google 登录或 Google 身份验证提供的内容。

    Try Sign-In for Android.

    Start Integrating Google Sign-In into Your Android App.

    Plus API Deprecation Notes.

    Google Plus 已通过电子邮件通知用户和开发者停用。许多科技新闻博客和网站也对此进行了报道。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-06-04
      • 2014-09-24
      • 1970-01-01
      相关资源
      最近更新 更多