Hi,

For Portable Contacts I recommend you to try the following group:
http://groups.google.com/group/portablecontacts

In the other hand, the Contacts API does return email addresses, the
feed returns elements gd:email like:
  <gd:email rel='http://schemas.google.com/g/2005#home'
address='[email protected]' />

What programing language are you using? are you using one of our
client libraries?

Here is an article that explains using OAuth for GData APIs (this
includes the Contacts API)
http://code.google.com/apis/gdata/articles/oauth.html

Cheers,
Julian

On Jun 26, 2:31 pm, shabda raaj <[email protected]> wrote:
> 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 
> herehttp://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 
> athttp://code.google.com/apis/contacts/docs/3.0/developers_guide_protoc...,
> 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