java - 在 Android 应用程序中通过 Google Plus 进行用户身份验证

标签 java android authentication google-plus

我正在使用 Android 应用程序。 通过三种方式在应用程序中进行用户身份验证。 首先是通过查询完成的简单例份验证。 其次是 Facebook 。也搞定了。

我正在研究 Google plus 身份验证。但我找不到 Facebook 应用程序中提供的正确文档。

谁能指导我进行 google plus 身份验证?

最佳答案

您可能想看看 Android SDK (released on 09/26) 中的“Google Play 服务”。

Google Play services is a platform delivered by the Google Play Store that offers integration with Google products, such as Google+ into Android apps. The Google Play services framework consists of a services component that runs on the device and a thin client library that you package with your app.

Google Play 服务 v1 中包含以下组件,客户端库中包含相应的客户端 API:

  • OAuth 2.0 身份验证
  • Google+ 登录
  • Google +1 按钮

这是 Google 开发者网站上的链接: https://developers.google.com/android/google-play-services/index

关于java - 在 Android 应用程序中通过 Google Plus 进行用户身份验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12194617/

相关文章:

asp.net - 如何检测滥用有效密码

android - 意式 Espresso android facebook 登录

java - OSGi 初始配置,谈论 ZIP 字典条目?

java - 从 .XSD 文件生成 Java 类...?

java - 将二进制位存储到整数数组中?

android - 如何从内部存储中读取文件内容 - Android 应用

Java : HashSet vs. 哈希表

java - Android:在网格中显示文本的简单 GridView

android - 当微调器下拉被关闭时捕获一个事件

c# - 是否有可能诱使此 WindowsIdentity 代码使用错误的用户?