编程语言
首页 > 编程语言> > java-通过Google plus在Android应用中进行用户身份验证

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

作者:互联网

我正在使用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按钮

这是Googles Developer网站上的链接:
https://developers.google.com/android/google-play-services/index

标签:authentication,google-plus,java,android
来源: https://codeday.me/bug/20191127/2076327.html