【发布时间】:2012-03-11 13:07:36
【问题描述】:
当我尝试获取联系人时,它运行良好,但我应该调用什么请求或 URL 来从 Gmail 获取电子邮件?
这是获取 Google 通讯录的有效代码示例:
$xmlresponse= file_get_contents('https://www.google.com/m8/feeds/contacts/default/full?oauth_token='.$accessTokenN.'&max-results=100');
【问题讨论】: