I'm trying to obtain a person's Google Contacts information using the Contacts v3 SDK, using Python with OAuth.
I obtain a XML feed with the person's contacts. However, I can only obtain the person's name and email.
I know there is additional information on a person's Google Contacts page when I view it in the GMail interface - addresses, blog URLs, phone numbers. I also use multiple contact importing apps for my cell phone which access these extra fields.
How do I go about accessing these extra fields?