My favorites | English | Sign in

Faster apps faster - GWT 2.0 with Speed Tracer New!

Google Contacts Data API

Developer's Guide

Important: This is an old version of this page. For the latest version, use the links in the left-side navbar.

The Contacts Data API allows client applications to view and update a user's contacts. Contacts are stored in the user's Google Account; most Google services have access to the contact list.

Your client application can use the Contacts Data API to create new contacts, edit or delete existing contacts, and query for contacts that match particular criteria.

This developer's guide consists of the following sections:

To learn about the client library for a particular programming language, select the corresponding section. To learn more about the underlying protocol used by all the client libraries, select the Protocol section.

Each section of the guide covers the same material: how to get started and how to perform basic operations using a particular client library.

Back to top