如何使用 GData 对 iPhone 上的 Google 用户进行身份验证?

发布于 2024-08-15 12:35:44 字数 194 浏览 4 评论 0原文

我是 iPhone 应用程序的新手。我想制作一个简单的应用程序,用户可以从谷歌和 Facebook 登录。我已经为它们集成了 API。我也完成了 facebook 连接,但我不知道如何使用其 API (Gdata) 验证 Google 用户。 任何人都可以帮助我使用 iPhone 应用程序验证谷歌帐户。我只想检查用户是否是有效的谷歌用户,仅此而已。请帮助我。 提前致谢..

I am new in iphone application. I want to make a simple application in which User can login from google and facebook. I have integrate API's for both of them. I have also completed the facebook connection but I dont know how to validate the Google user with its API (Gdata).
Can anybody please help me for authentication of google account using iphone application.I just want to check wether user is valid google user or not that's it. Please help me for that.
Thanks in advance..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋心╮凉 2024-08-22 12:35:44

Google 支持 OpenID,尽管这通常仅供网站使用。

还有一种名为 ClientLogin 的 Google 帐户身份验证; Objective-C GData 库提供了通过 ClientLogin 向 Google 进行身份验证的例程用于特定 Google 服务 API 的帐户。

您的应用程序将为经过身份验证的用户执行哪些操作,而不会为未经身份验证的用户执行哪些操作?

Google supports OpenID, though that is typically just used by websites.

There is also authentication for Google accounts called ClientLogin; the Objective-C GData library provides routines to authenticate via ClientLogin to a Google account for use with a specific Google service API.

What is it that your application will do for authenticated users that it would not do for unauthenticated users?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文