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?