Hi,

It is not possible to query a group by its title. 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

--Julian

On May 15, 4:41 pm, Jaskaran Singh <[email protected]> wrote:
> Thanks Got it Working. Now the next big question 
> ishttp://www.google.com/m8/feeds/groups/username../full?title=x
> return the entire list of groups rather than Group x I am searching for ?
>
> On Fri, May 15, 2009 at 10:18 AM, Julian (Google) <[email protected]> wrote:
>
> > Hi,
>
> > Here are two examples, maybe you need to double check the line breaks.
>
> > <entry xmlns='http://www.w3.org/2005/Atom'xmlns:gd='http://
> > schemas.google.com/g/2005'>
> > <category scheme='http://schemas.google.com/g/2005#kind'term='http://
> > schemas.google.com/contact/2008#group' />
> > <title>testGroup</title>
> > <content>Test Group</content>
> > </entry>
>
> > <?xml version='1.0' encoding='utf-8'?>
> > <entry xmlns='http://www.w3.org/2005/Atom'xmlns:gd='http://
> > schemas.google.com/g/2005'>
> >     <category scheme='http://schemas.google.com/g/2005#kind'
> > term='http://schemas.google.com/contact/2008#group'/>
> >    <title>testGroup 2</title>
> >    <content>Test Group 2</content>
> > </entry>
>
> > --Julian
>
> > On May 14, 5:15 pm, letsgo <[email protected]> wrote:
> > > Using the Perl Http Post I am unable to Create New Contact Group, I am
> > > getting the error 400 complaining about the atom format. My XML is
> > > exact and I am able to create contacts but not Contact Group, I will
> > > appreciate any and all help.
> > > Thanks
>
> > > <atom:entry xmlns:gd="http://schemas.google.com/g/2005";>
> > >   <atom:category scheme="http://schemas.google.com/g/2005#kind";
> > >     term="http://schemas.google.com/contact/2008#group"/>
> > >   <atom:title type="text">USAS1</atom:title>
> > >   <gd:extendedProperty name="People Working">
> > >     <info>Why do you not work</info>
> > >   </gd:extendedProperty>
> > > </atom:entry>
>
> > > my $result = $userAgent->post($createurl,
> > >                 Content_Type => 'application/atom+xml',
> > >                 Authorization=> "GoogleLogin auth=$auth_token",
> > >                 Content => $request);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to