I am accessing the google contacts api successfully with:
https://www.google.com/m8/feeds/contacts/default/full
And getting all my groups with:
https://www.google.com/m8/feeds/groups/default/full
However, the first query is pulling back every person I have ever emailed. I want it to only pull the mycontacts group. Apparantly this is a system group that can't be deleted by the user. How do I get just the contacts in this one group?