我们在应用程序中从其他域获取数据时遇到了问题
我们要做的是
1.在domainA中获取域名B的gmail(属于自己)
2.get data from namespace=domainB in domainA3.get domainB's google calendar (belong to himself ) in domainA 条件
domainA属于母公司,domainB从属于下级公司
我们该怎么做呢?
发布于 2015-07-24 09:55:52
有几个选项:
创建服务器调用
基本上,联系另一台服务器
https://stackoverflow.com/questions/31600932
复制相似问题