A groups feed is a private read/write feed that can be used to view and manage a user's groups. The URI for the feed is as follows: http://www.google.com/m8/feeds/groups/userID/base For example, the contacts feed for user liz@gmail.com would have the following URI: http://www.google.com/m8/feeds/groups/liz%40gmail.com/base Since the groups feed is private, you can access it only by using an authenticated request. That is, the request must contain an authentication token for the user whose contacts you want to retrieve.

Namespace:  Google.GData.Contacts
Assembly:  Google.GData.Contacts (in Google.GData.Contacts.dll)
Version: 1.4.0.2

Syntax

C#
public class GroupsFeed : AbstractFeed
Visual Basic (Declaration)
Public Class GroupsFeed _

	Inherits AbstractFeed
Visual C++
public ref class GroupsFeed : public AbstractFeed

Inheritance Hierarchy

See Also