将网络应用程序连接到 Google 帐户

发布于 2024-10-26 04:08:16 字数 485 浏览 3 评论 0原文

有许多网站连接到 Google 帐户服务:

例如:

  • StackExchange 网络使用 Google 作为 OpenID 提供商,并且
  • FindBigMail 连接到 GMail 帐户并查找其中最大的邮件。
  • ManyMoon 连接到 Google 日历并安排活动、里程碑和截止日期。

我的概念验证将在本地用 Python 编写。当它起作用时,我打算将其上传到 Google App Engine。

如何将我自己的应用或网站连接到 Google 帐户?非常感谢官方文档、许可文档和教程的链接。

There are numerous sites that connect to Google account services:

For example:

  • StackExchange network uses Google as an OpenID provider, and
  • FindBigMail Connects to a GMail account and finds the largest messages in it.
  • ManyMoon Connects to a Google Calendar and schedules events, milestones and due dates.

My proof-of-concept will be written in Python locally. When it works, I intend to upload it to Google App Engine.

How can I connect my own app or website to Google Account? Links to Official documentation, License documentation and tutorials are highly appreciated.

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

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

发布评论

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

评论(2

铁轨上的流浪者 2024-11-02 04:08:16

了解您到底想做什么或您的网络应用程序基于什么技术将很有帮助。

这里有关于 Google API 的概述:http://code.google.com/more/

帐户API 概述位于:http://code.google.com/apis/accounts/

Would be helpful to know what you want to do exactly or what technology your webapp is based on.

There is an overview over Google APIs here: http://code.google.com/more/

Account API overview is here: http://code.google.com/apis/accounts/

过潦 2024-11-02 04:08:16

这实际上取决于您想用该 Google 帐户做什么。如果要对用户进行身份验证,请查看他们的 OpenID 文档,如果要与该帐户的数据集成,请查看那里的数据 API 并获取 OAuth 使用者密钥/秘密。

对于 Gmail 数据,据我所知,AppEngine 没有本地方法可以做到这一点(您无法像 IMAP 连接所需的那样进行网络套接字)。一种替代方案是我们构建的产品:http://context.io

It really depends what you want to do with that Google Account. If want to authenticate users, look at their OpenID documentation, if you want to integrate with data from that account, look at there data APIs and get an OAuth consumer key/secret.

For Gmail data, as far I ca know, there's no native way to do it from AppEngine (you can't do network sockets as an IMAP connection would require). One alterntive is the product we built: http://context.io

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