Chapter 4. Contacts API
Introduction to Contacts API
The Contacts API provides URIs to access entries in a person's Address Book. Entries typically consist of email addresses for contacts that the address book owner has chosen. Using the Contacts API, you can allow users to quickly access their contacts from a website or a handheld device.
For example, suppose you want to send eCards to friends for Christmas. If the eCard company uses the Contacts API, you can access your Address Book to get your friends' email addresses directly from the company's website or from an iPhone app. You can even update the entries for your friends or add a new contact if the eCard company has been granted write permission to the Contacts API.
Note
Writing data to the Contacts API, such as adding new contacts, updating contact information, or deleting specific contacts,
is only available per request. Developers granted write-access to the Contacts API by Yahoo! can write data to those URIs that allow the HTTP POST, PUT, and DELETE methods. See the sections HTTP Operations Supported and Scopes Required for each URI for more details.

