I know how to get the entire contacts list using Google Contacts API (I get a session token and use Google s Zend package for PHP).
But how can I get the person s name and email address? Currently, the Contacts API just seems to give all of the contacts. I m not sure how to distinguish which email and name out of that list corresponds to the user s account.
Is there an easy way to get the user s full name and email address?
Any help would be useful. Thanks!