Hi, It is not possible to query a group by its title directly. To get a group by title, you would need to iterate over the list of groups.
Then, you can get the user from a group using the Group Id as group parameter, for example: http://www.google.com/m8/feeds/contacts/user%40gmail.com/full/?group=http%3A%2F%2Fwww.google.com%2Fm8%2Ffeeds%2Fgroups%2Fuser%40gmail.com%2Fbase%2F6 The documentation for the Java client library: http://code.google.com/apis/contacts/docs/2.0/developers_guide_java.html Cheers, Julian On May 16, 1:36 pm, xzenma feroz <[email protected]> wrote: > Hi all, > > I am beginner in Google Data API. Please help me fetching a Single > Contact Group Name. I read the Docs provided. > > there i found this url > GEThttp://www.google.com/m8/feeds/groups/jo%40gmail.com/base/68f415478ba... > > but i am not sure how to send a GET request with the authentication > params like user name and password. > i am using java library. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
