0

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

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

它成功地验证了用户,我可以获取用户的联系人。但我需要获取当前经过身份验证的用户的个人资料详细信息。我怎样才能做到这一点?

4

1 回答 1

0

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

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

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

于 2011-11-18T10:44:08.807 回答