It was just me. I was accidentally using GoogleService() class instead of ContactsService() class. Worked like a charm, but didn't give me any emails. Now it works. Thanks for your help.
On Jul 8, 5:56 pm, davemussolini <[email protected]> wrote: > Something is not right. If I iterate the result feed, I really cannot > get any info about my contacts. > I can get name of the contact with: > entry.getTitle().getPlainText() > > But for example all of these return empty lists or strings. > > entry.getName() > entry.getExtendedProperties() > entry.getGender() > entry.getInitials() > entry.getLanguages() > entry.getNickname() > entry.getPhoneNumbers() > entry.getShortName() > entry.getUserDefinedFields() > entry.hasEmailAddresses() > > I'm using the latest google java library. Weird. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
