Hello Daniel, I'm glad you managed to make it work! You can get the group details by using the href, but you will need to change the protocol from http to https as the href represents the group's ID and not the group's detail URL. Once you have the URL, you can get the group's detail like this:
[CODE] group = self.gd_client.GetGroup<http://code.google.com/p/gdata-python-client/source/browse/src/gdata/contacts/client.py#211> (group_url) [/CODE] I suggested storing the groups details beforehand in case you wanted to have the information for many contacts, as many calls to the API might have increased the processing time of your application. Best, Alain -- 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
