我正在使用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
以上是内存溢出为你收集整理的java-通过Google plus在Android应用中进行用户身份验证全部内容,希望文章能够帮你解决java-通过Google plus在Android应用中进行用户身份验证所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)