【发布时间】:2013-06-18 14:15:30
【问题描述】:
我们正在为 Google 市场用户开发一款与 Google 日历集成的应用。文档https://developers.google.com/google-apps/marketplace/best_practices 中的许多链接都不起作用。任何人都可以指点我为市场用户使用带有 RESTful Google Calendar API V3 的 2-Legged OAuth 工作吗? TIA, 里亚兹.A
【问题讨论】:
-
请参阅:stackoverflow.com/questions/17020076/… 它指的是 Admin SDK API,但日历 v3 的过程将是相同的。
-
我们为 Google Apps Marketplace (see announcement) 发布了新体验。您可以在我们的Developer Documentation 中阅读详细信息。在新体验中,我们不再使用 2-legged OAuth。你应该使用Service Accounts。 Drive 有很好的文档可以为您指明正确的方向。
标签: google-api google-calendar-api google-apps google-apps-marketplace 2-legged