In my application, I want a feature to "invite friends", wherin a user
authorises me and I am able to send email to their contacts. For this
I obviously need the contacts emails.

Now I am using Portable contacts API, this is the Format I get
responses in, (described here 
http://code.google.com/apis/contacts/docs/poco/1.0/developers_guide.html
)

{
      "profileUrl": "http://www.google.com/s2/profiles/user1ID";,
      "isViewer": true,
      "id": "user1ID",
      "thumbnailUrl": "http://www.google.com/s2/photos/private/
photo1ID",
      "name": {
        "formatted": "Elizabeth Bennet",
        "familyName": "Bennet",
        "givenName": "Elizabeth"
      },
      "urls": [
        {
          "value": "http://www.google.com/s2/profiles/user1ID";,
          "type": "profile"
        }
      ],
      "photos": [
        {
          "value": "http://www.google.com/s2/photos/private/photo1ID";,
          "type": "thumbnail"
        }
      ],
      "displayName": "Elizabeth Bennet"
    },


Which doesnot have the email.


I am also looking at 
http://code.google.com/apis/contacts/docs/3.0/developers_guide_protocol.html,
but that doesnot describe how to use OAuth, (Only AuthSub and
Programatic Login), and it looks to me that even that does not get me
emails.

Is there a way to get the *emails* of the users contacts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to