Google 任务和日历:在服务器应用程序中使用
想象一下我有一些应用程序,它读取数据并将数据写入 Google 任务和 Google 日历。
它在后台工作,即定期检查数据并更新它们(无需与用户交互)。
也就是说,用户登录我的应用程序一次,输入一些设置,从那时起,应用程序的工作完全透明。
是否可以实现这样一个应用程序,以便用户不需要输入他的 Google 密码?
蒂亚·
德米特里
Imagine I have some application, which reads and writes data to Google Tasks and Google Calendar.
It works in the background, i. e. checks the data in regular intervals and updates them (without interaction with the user).
That is, the user logs into my application once, enters some settings and from that point on, the application works completely transparent.
Is it possible to implement such an application so that the user is NOT required to enter his Google password?
TIA
Dmitri
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Google Apps for Domain,则您的应用程序可以代表其用户与日历和任务 API 进行交互,而无需使用 2 腿 OAuth 和您的 OAuth 域密钥请求权限。
您应该看一下 Nicolas Garnier 关于使用的文章为 Google Apps 域管理员提供具有 Google Tasks API 的双腿 OAuth。
希望有帮助。
If you are using Google Apps for Domain, your application can interact with Calendar and Tasks API on the behalf of its user without asking for permissions using 2 legged OAuth and your OAuth Domain key.
You should take a look at Nicolas Garnier's article about Using 2-legged OAuth with Google Tasks API for Google Apps domain administrators.
Hope that helps.