Hello Amit, I am not sure what "stuff" is referring to, but if you want to retrieve contacts for a specific group, please use the "group" query parameter: http://code.google.com/apis/contacts/docs/3.0/reference.html#Parameters
The Python Developers' Guide<http://code.google.com/apis/contacts/docs/3.0/developers_guide_python.html#retrieving_with_query>has an example of how to use query parameters to retrieve contacts. Best, Alain On Wed, Jun 8, 2011 at 11:21 PM, amit bendale <[email protected]>wrote: > Hi, > I want to retrieve entire stuff from particular group in google > contacts....please post the code snippet to do this if somebody having...am > using Oauth and python.. > thanks in advance.. > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html > -- Alain Vongsouvanh -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html
