Hi, It is possible to query each group, you need to use the Version 2 of the Contacts API, get the groups IDs and use the groups query parameter.
Steps to migrate your requests to V2: http://code.google.com/apis/contacts/docs/2.0/migration_guide.html#Protocol Information about group elements: http://code.google.com/apis/contacts/docs/2.0/reference.html#GroupElements URL example to query a group using its group ID: http://www.google.com/m8/feeds/contacts/user\%40domain.com/full?group=http://www.google.com/m8/feeds/groups/user\%40domain.com/base/6 Cheers, Julian On Dec 24 2008, 11:15 am, "[email protected]" <[email protected]> wrote: > Hi > > I am Using zend framework to access Google Contact API. > When I do this query (http://www.google.com/m8/feeds/contacts/ > $GoogleContactsEmail/full) > I got allContactslist. Actually I want thecontactsincategorywise > such as "Friends", "Family" > and "Coworkers". > > I have used 'http://www.google.com/m8/feeds/groups/ > $GoogleContactsEmail/full' query also. > It could able togetthe only customized groups. > > Any Idea? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
