Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正计划开发一个 android 应用程序,该应用程序使用 REST 架构通过同步适配器将其数据与服务器同步。问题是,是否可以使用 google 帐户在服务器上对用户进行身份验证?如果可能,怎么做?你有任何代码片段给我吗?
- 克里斯
通过谷歌检查这个例子:http: //developer.android.com/resources/samples/SampleSyncAdapter/index.html
并查看这些文档 https://developers.google.com/accounts/docs/OAuth2