views:

30

answers:

0

I am using the Google contacts api to retrieve contacts. That works FINE. I have been asked to get the groups that each contact is associated with and whatever I tried seem to have failed me. I am not going to post my code here but assume it works (other than the group stuff). I am iterating through **result.feed.entry** where my contact feed uri is: http://www.google.com/m8/feeds/contacts/default/full Does anyone know how to get the groups from that? or maybe another way to get all contacts plus the groups that they are associated with. Thank you!!!