Hello, I am sure that, we can retrieve a contact group by its id
this is the sample URL:- http://www.google.com/m8/feeds/groups/jo%40gmail.com/base/68f415478ba1aa69 will give you this output:- System Group : My Contacts On May 18, 7:29 pm, "Julian (Google)" <[email protected]> wrote: > 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=... > > 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 -~----------~----~----~----~------~----~------~--~---
