How to get all members of a given group?
I am using the google contacts api PHP library.
I can get all contacts, I can get all groups but I can not get contacts who are the members of a given group.
I found the solution
I had to add group={groupId} to the query.