【发布时间】:2016-04-09 00:20:45
【问题描述】:
我正在使用 Google Domain API 开发一个可以管理活动的应用程序。我有一些问题:
1) 此应用程序适用于 iOS,但我没有看到任何对 GoogleClientBuilder 的 Google 框架/POD 的引用。不支持 iOS 吗?
2) 我能够通过“GIDSignInButton”和委托通过 Google 登录,并获得访问令牌和刷新令牌。
但是在 Google Domain 中写帖子的 API
https://www.googleapis.com/plusDomains/v1/people/userId/activities
标头中没有“访问令牌”参数,但它需要范围授权。在“GIDSignInButton”中,没有指定范围的选项。
我已经参考了https://developers.google.com/+/domains/,提到的JAVA代码一点用处都没有。
如果我能得到一些指导,我将不胜感激。
【问题讨论】:
标签: google-plus google-plus-signin google-domain-api