A contact feed is a private read/write feed that can be used to view and manage a user's contacts. The URI for the feed is as follows: http://www.google.com/m8/feeds/contacts/userID/base For example, the contacts feed for user liz@gmail.com would have the following URI: http://www.google.com/m8/feeds/contacts/liz%40gmail.com/base Since the contact 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 ContactsFeed : AbstractFeed
Visual Basic (Declaration)
Public Class ContactsFeed _

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

Inheritance Hierarchy

See Also