当我试图获取联系人时,它工作得很好,但是我应该调用什么请求或URL来从Gmail获取电子邮件呢?
这是获取Google联系人的工作代码示例:
$xmlresponse= file_get_contents('https://www.google.com/m8/feeds/contacts/default/full?oauth_token='.$accessTokenN.'&max-results=100');
发布于 2012-03-11 14:22:11
gmail没有数据api
http://code.google.com/apis/gdata/faq.html#GmailAtomFeed
https://stackoverflow.com/questions/9655192
复制相似问题