I am using following statement to authenticate:

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

It successfully authenticates the user and I can fetch user's contacts. But I need to fetch the profile details of current authenticated user. How can I do this?

link|improve this question

64% accept rate
feedback

1 Answer

I have found some help on this link:

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

But it requires google profile ID (numeric ID). Is there any way to fetch that ID without implementing oauth?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.