I read through the entire thread, if i try the scope "http:// www.google.com/m8/feeds/" and feed "http://www.google.com/m8/feeds/ contacts/deault/full" i get an error, ["lastResponse"]=> string(31) "The request token is invalid..
Note that im NOT using the Zend framework, im using Pecl oAuth module and a custom made class to contact google api. Retrieving contacts works perfect, but their emails is still a problem. What i need is a way to get all the email address' of a users contacts using oAuth. On May 13, 5:25 pm, Igor Custodio <[email protected]> wrote: > Hi, > > Maybe this can help: > > http://groups.google.com/group/google-contacts-api/browse_thread/thre... > > Best regards, > > Igor > > 2009/5/13 MichaelW <[email protected]> > > > > > Note im using the following scope and feed: > > > private $scope = "http://www-opensocial.googleusercontent.com/api/ > > people/ <http://www-opensocial.googleusercontent.com/api/%0Apeople/>"; > > private $feed = "http://www-opensocial.googleusercontent.com/api/ > > people/@me/@all<http://www-opensocial.googleusercontent.com/api/%0Apeople/@me/@all> > > "; > > > On May 13, 5:02 pm, MichaelW <[email protected]> wrote: > > > I'v managed to get contacts from google using oAuth in PHP, but i > > > noticed that not all the contacts have an email. Those that have > > > filled in a display name have no email displayed in the response. > > > > Now my question is, how do i retrieve the email address' from all of a > > > users contacts? (This is for a "Invite my friends" function). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
