如何使用Zend Gdata PHP API获取当前登录用户的详细信息?

时间:2011-11-14 19:20:55

标签: php zend-framework zend-gdata google-contacts

我使用以下语句进行身份验证:

$client = Zend_Gdata_ClientLogin::getHttpClient($email, $pass, 'cp');

它成功验证了用户身份,我可以获取用户的联系人。但我需要获取当前经过身份验证的用户的配置文件详细信息。我怎么能这样做?

1 个答案:

答案 0 :(得分:0)

我在这个链接上找到了一些帮助:

http://motyar.blogspot.com/2011/09/fetch-google-plus-profile-picture-using.html

但它需要Google个人资料ID(数字ID)。有没有办法在不实现oauth的情况下获取该ID?