第 22 章 Zend_Gdata

目录

22.1. Introduction
22.1.1. Structure of Zend_Gdata
22.1.2. Interacting with Google Services
22.1.3. Obtaining instances of Zend_Gdata classes
22.1.4. Google Data Client Authentication
22.1.5. Dependencies
22.1.6. Creating a new Gdata client
22.1.7. Common Query Parameters
22.1.8. Fetching a Feed
22.1.9. Working with Multi-page Feeds
22.1.10. Working with Data in Feeds and Entries
22.1.11. Updating Entries
22.1.12. Posting Entries to Google Servers
22.1.13. Deleting Entries on Google Servers
22.2. Authenticating with AuthSub
22.2.1. Creating an AuthSub authenticated Http Client
22.2.2. Revoking AuthSub authentication
22.3. Authenticating with ClientLogin
22.3.1. Creating a ClientLogin authenticated Http Client
22.3.2. Terminating a ClientLogin authenticated Http Client
22.4. Using Google Calendar
22.4.1. Connecting To The Calendar Service
22.4.1.1. Authentication
22.4.1.2. Creating A Service Instance
22.4.2. Retrieving A Calendar List
22.4.3. Retrieving Events
22.4.3.1. Queries
22.4.3.2. Retrieving Events In Order Of Start Time
22.4.3.3. Retrieving Events In A Specified Date Range
22.4.3.4. Retrieving Events By Fulltext Query
22.4.3.5. Retrieving Individual Events
22.4.4. Creating Events
22.4.4.1. Creating Single-Occurrence Events
22.4.4.2. Event Schedules and Reminders
22.4.4.3. Creating Recurring Events
22.4.4.4. Using QuickAdd
22.4.5. Modifying Events
22.4.6. Deleting Events
22.4.7. Accessing Event Comments
22.5. Using Google Documents List Data API
22.5.1. Get a List of Documents
22.5.2. Upload a Document
22.5.3. Searching the documents feed
22.5.3.1. Get a List of Word Processing Documents
22.5.3.2. Get a List of Spreadsheets
22.5.3.3. Performing a text query
22.6. Using Google Spreadsheets
22.6.1. Create a Spreadsheet
22.6.2. Get a List of Spreadsheets
22.6.3. Get a List of Worksheets
22.6.4. Interacting With List-based Feeds
22.6.4.1. Get a List-based Feed
22.6.4.2. Reverse-sort Rows
22.6.4.3. Send a Structured Query
22.6.4.4. Add a Row
22.6.4.5. Edit a Row
22.6.4.6. Delete a Row
22.6.5. Interacting With Cell-based Feeds
22.6.5.1. Get a Cell-based Feed
22.6.5.2. Send a Cell Range Query
22.6.5.3. Change Contents of a Cell
22.7. Using Google Apps Provisioning
22.7.1. Setting the current domain
22.7.1.1. Setting the domain for the service class
22.7.1.2. Setting the domain for query classes
22.7.2. Interacting with users
22.7.2.1. Creating a user account
22.7.2.2. Retrieving a user account
22.7.2.3. Retrieving all users in a domain
22.7.2.4. Updating a user account
22.7.2.4.1. Resetting a user's password
22.7.2.4.2. Forcing a user to change their password
22.7.2.4.3. Suspending a user account
22.7.2.4.4. Granting administrative rights
22.7.2.5. Deleting user accounts
22.7.3. Interacting with nicknames
22.7.3.1. Creating a nickname
22.7.3.2. Retrieving a nickname
22.7.3.3. Retrieving all nicknames for a user
22.7.3.4. Retrieving all nicknames in a domain
22.7.3.5. Deleting a nickname
22.7.4. Interacting with email lists
22.7.4.1. Creating an email list
22.7.4.2. Retrieving all email lists to which a recipient is subscribed
22.7.4.3. Retrieving all email lists in a domain
22.7.4.4. Deleting an email list
22.7.5. Interacting with email list recipients
22.7.5.1. Adding a recipient to an email list
22.7.5.2. Retrieving the list of subscribers to an email list
22.7.5.3. Removing a recipient from an email list
22.7.6. Handling errors
22.8. Using Google Base
22.8.1. Connect To The Base Service
22.8.1.1. Authentication
22.8.1.2. Create A Service Instance
22.8.2. Retrieve Items
22.8.2.1. Send a Structured Query
22.8.2.1.1. Query Customer Items Feed
22.8.2.1.2. Query Snippets Feed
22.8.2.2. Iterate through the Items
22.8.3. Insert, Update, and Delete Customer Items
22.8.3.1. Insert an Item
22.8.3.2. Modify an Item
22.8.3.3. Delete an Item
22.9. Using the YouTube Data API
22.9.1. Authentication
22.9.2. Developer Keys and Client ID
22.9.3. Retrieving public video feeds
22.9.3.1. Searching for videos by metadata
22.9.3.2. Searching for videos by categories and tags/keywords
22.9.3.3. Retrieving standard feeds
22.9.3.4. Retrieving videos uploaded by a user
22.9.3.5. Retrieving videos favorited by a user
22.9.3.6. Retrieving video responses for a video
22.9.4. Retrieving video comments
22.9.5. Retrieving playlist feeds
22.9.5.1. Retrieving the playlists of a user
22.9.5.2. Retrieving a specific playlist
22.9.6. Retrieving a list of a user's subscriptions
22.9.7. Retrieving a user's profile
22.9.8. Uploading Videos to YouTube
22.9.9. Browser-based upload
22.9.10. Checking upload status
22.9.11. Other Functions
22.10. Using Picasa Web Albums
22.10.1. Connecting To The Service
22.10.1.1. Authentication
22.10.1.2. Creating A Service Instance
22.10.2. Understanding and Constructing Queries
22.10.3. Retrieving Feeds And Entries
22.10.3.1. Retrieving A User
22.10.3.2. Retrieving An Album
22.10.3.3. Retrieving A Photo
22.10.3.4. Retrieving A Comment
22.10.3.5. Retrieving A Tag
22.10.4. Creating Entries
22.10.4.1. Creating An Album
22.10.4.2. Creating A Photo
22.10.4.3. Creating A Comment
22.10.4.4. Creating A Tag
22.10.5. Deleting Entries
22.10.5.1. Deleting An Album
22.10.5.2. Deleting A Photo
22.10.5.3. Deleting A Comment
22.10.5.4. Deleting A Tag
22.10.5.5. Optimistic Concurrency (Notes On Deletion)
22.11. Catching Gdata Exceptions

22.1. Introduction

Google Data APIs provide programmatic interface to some of Google's online services. The Google data Protocol is based upon the Atom Publishing Protocol and allows client applications to retrieve data matching queries, post data, update data and delete data using standard HTTP and the Atom syndication formation. The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP. The Zend_Gdata component also supports accessing other services implementing the Atom Publishing Protocol.

See http://code.google.com/apis/gdata/ for more information about Google Data API.

The services that are accessible by Zend_Gdata include the following:

  • Google Calendar is a popular online calendar application.

  • Google Spreadsheets provides an online collaborative spreadsheets tool which can be used as a simple data store for your applications.

  • Google Documents List provides an online list of all spreadsheets, word processing documents, and presentations stored in a Google account.

  • Google Provisioning provides the ability to create, retrieve, update, and delete user accounts, nicknames, and email lists on a Google Apps hosted domain.

  • Google Base provides the ability to retrieve, post, update, and delete items in Google Base.

  • YouTube provides the ability to search and retrieve videos, comments, favorites, subscriptions, user profiles and more.

  • Picasa Web Albums provides an online photo sharing application.

  • Google Blogger is a popular Internet provider of "push-button publishing" and syndication.

  • Google CodeSearch allows you to search public source code from many projects.

  • Google Notebook allows you to view public Notebook content.

[注意] Unsupported services

Zend_Gdata does not provide an interface to any other Google service, such as Search, Gmail, Translation, or Maps. Only services that support the Google Data API are supported.

22.1.1. Structure of Zend_Gdata

Zend_Gata is composed of several types of classes:

  • Service classes - inheriting from Zend_Gdata_App. These also include other classes such as Zend_Gdata, Zend_Gdata_Spreadsheets, etc. These classes enable interacting with APP or GData services and provide the ability to retrieve feeds, retrieve entries, post entries, update entries and delete entries.

  • Query classes - inheriting from Zend_Gdata_Query. These also include other classes for specific services, such as Zend_Gdata_Spreadsheets_ListQuery and Zend_Gdata_Spreadsheets_CellQuery. Query classes provide methods used to construct a query for data to be retrieved from GData services. Methods include getters and setters like setUpdatedMin(), setStartIndex(), and getPublishedMin(). The query classes also have a method to generate a URL representing the constructed query -- getQueryUrl. Alternatively, the query string component of the URL can be retrieved used the getQueryString() method.

  • Feed classes - inheriting from Zend_Gdata_App_Feed. These also include other classes such as Zend_Gdata_Feed, Zend_Gdata_Spreadsheets_SpreadsheetFeed, and Zend_Gdata_Spreadsheets_ListFeed. These classes represent feeds of entries retrieved from services. They are primarily used to retrieve data returned from services.

  • Entry classes - inheriting from Zend_Gdata_App_Entry. These also include other classes such as Zend_Gdata_Entry, and Zend_Gdata_Spreadsheets_ListEntry. These classes represent entries retrieved from services or used for constructing data to send to services. In addition to being able to set the properties of an entry (such as the spreadsheet cell value), you can use an entry object to send update or delete requests to a service. For example, you can call $entry->save() to save changes made to an entry back to service from which the entry initiated, or $entry->delete() to delete an entry from the server.

  • Other Data model classes - inheriting from Zend_Gdata_App_Extension. These include classes such as Zend_Gdata_App_Extension_Title (representing the atom:title XML element), Zend_Gdata_Extension_When (representing the gd:when XML element used by the GData Event "Kind"), and Zend_Gdata_Extension_Cell (representing the gs:cell XML element used by Google Spreadsheets). These classes are used purely to store the data retrieved back from services and for constructing data to be sent to services. These include getters and setters such as setText() to set the child text node of an element, getText() to retrieve the text node of an element, getStartTime() to retrieve the start time attribute of a When element, and other similiar methods. The data model classes also include methods such as getDOM() to retrieve a DOM representation of the element and all children and transferFromDOM() to construct a data model representation of a DOM tree.

22.1.2. Interacting with Google Services

Google data services are based upon the Atom Publishing Protocol (APP) and the Atom syndication format. To interact with APP or Google services using the Zend_Gdata component, you need to use the service classes such as Zend_Gdata_App, Zend_Gdata, Zend_Gdata_Spreadsheets, etc. These service classes provide methods to retrieve data from services as feeds, insert new entries into feeds, update entries, and delete entries.

Note: A full example of working with Zend_Gdata is available in the demos/Zend/Gdata directory. This example is runnable from the command-line, but the methods contained within are easily portable to a web application.

22.1.3. Obtaining instances of Zend_Gdata classes

The Zend Framework naming standards require that all classes be named based upon the directory structure in which they are located. For instance, extensions related to Spreadsheets are stored in: Zend/Gdata/Spreadsheets/Extension/... and, as a result of this, are named Zend_Gdata_Spreadsheets_Extension_.... This causes a lot of typing if you're trying to construct a new instance of a spreadsheet cell element!

We've implemented a magic factory method in all service classes (such as Zend_Gdata_App, Zend_Gdata, Zend_Gdata_Spreadsheets) that should make constructing new instances of data model, query and other classes much easier. This magic factory is implemented by using the magic __call method to intercept all attempts to call $service->newXXX(arg1, arg2, ...). Based off the value of XXX, a search is performed in all registered 'packages' for the desired class. Here's some examples:

$ss = new Zend_Gdata_Spreadsheets();

// creates a Zend_Gdata_App_Spreadsheets_CellEntry
$entry = $ss->newCellEntry();

// creates a Zend_Gdata_App_Spreadsheets_Extension_Cell
$cell = $ss->newCell();
$cell->setText('My cell value');
$cell->setRow('1');
$cell->setColumn('3');
$entry->cell = $cell;

// ... $entry can then be used to send an update to a Google Spreadsheet

        

Each service class in the inheritance tree is responsible for registering the appropriate 'packages' (directories) which are to be searched when calling the magic factory method.

22.1.4. Google Data Client Authentication

Most Google Data services require client applications to authenticate against the Google server before accessing private data, or saving or deleting data. There are two implementations of authentication for Google Data: AuthSub and ClientLogin. Zend_Gdata offers class interfaces for both of these methods.

Most other types of queries against Google Data services do not require authentication.

22.1.5. Dependencies

Zend_Gdata makes use of Zend_Http_Client to send requests to google.com and fetch results. The response to most Google Data requests is returned as a subclass of the Zend_Gdata_App_Feed or Zend_Gdata_App_Entry classes.

Zend_Gdata assumes your PHP application is running on a host that has a direct connection to the Internet. The Zend_Gdata client operates by contacting Google Data servers.

22.1.6. Creating a new Gdata client

Create a new object of class Zend_Gdata_App, Zend_Gdata, or one of the subclasses available that offer helper methods for service-specific behavior.

The single optional parameter to the Zend_Gdata_App constructor is an instance of Zend_Http_Client. If you don't pass this parameter, Zend_Gdata creates a default Zend_Http_Client object, which will not have associated credentials to access private feeds. Specifying the Zend_Http_Client object also allows you to pass configuration options to that client object.

$client = new Zend_Http_Client();
$client->setConfig( ...options... );

$gdata = new Zend_Gdata($client);

        

Beginning with Zend Framework 1.7, support has been added for protocol versioning. This allows the client and server to support new features while maintaining backwards compatibility. While most services will manage this for you, if you create a Zend_Gdata instance directly (as opposed to one of its subclasses), you may need to specify the desired protocol version to access certain server functionality.

$client = new Zend_Http_Client();
$client->setConfig( ...options... );

$gdata = new Zend_Gdata($client);
$gdata->setMajorProtocolVersion(2);
$gdata->setMinorProtocolVersion(null);

        

Also see the sections on authentication for methods to create an authenticated Zend_Http_Client object.

22.1.7. Common Query Parameters

You can specify parameters to customize queries with Zend_Gdata. Query parameters are specified using subclasses of Zend_Gdata_Query. The Zend_Gdata_Query class includes methods to set all query parameters used throughout GData services. Individual services, such as Spreadsheets, also provide query classes to defined parameters which are custom to the particular service and feeds. Spreadsheets includes a CellQuery class to query the Cell Feed and a ListQuery class to query the List Feed, as different query parameters are applicable to each of those feed types. The GData-wide parameters are described below.

  • The q parameter specifies a full-text query. The value of the parameter is a string.

    Set this parameter with the setQuery() function.

  • The alt parameter specifies the feed type. The value of the parameter can be atom, rss, json, or json-in-script. If you don't specify this parameter, the default feed type is atom. NOTE: Only the output of the atom feed format can be processed using Zend_Gdata. The Zend_Http_Client could be used to retrieve feeds in other formats, using query URLs generated by the Zend_Gdata_Query class and its subclasses.

    Set this parameter with the setAlt() function.

  • The maxResults parameter limits the number of entries in the feed. The value of the parameter is an integer. The number of entries returned in the feed will not exceed this value.

    Set this parameter with the setMaxResults() function.

  • The startIndex parameter specifies the ordinal number of the first entry returned in the feed. Entries before this number are skipped.

    Set this parameter with the setStartIndex() function.

  • The updatedMin and updatedMax parameters specify bounds on the entry date. If you specify a value for updatedMin, no entries that were updated earlier than the date you specify are included in the feed. Likewise no entries updated after the date specified by updatedMax are included.

    You can use numeric timestamps, or a variety of date/time string representations as the value for these parameters.

    Set this parameter with the setUpdatedMin() and setUpdatedMax() functions.

There is a get function for each set function.

$query = new Zend_Gdata_Query();
$query->setMaxResults(10);
echo $query->getMaxResults();   // returns 10

        

The Zend_Gdata class also implements "magic" getter and setter methods, so you can use the name of the parameter as a virtual member of the class.

$query = new Zend_Gdata_Query();
$query->maxResults = 10;
echo $query->maxResults;        // returns 10

        

You can clear all parameters with the resetParameters() function. This is useful to do if you reuse a Zend_Gdata object for multiple queries.

$query = new Zend_Gdata_Query();
$query->maxResults = 10;
// ...get feed...

$query->resetParameters();      // clears all parameters
// ...get a different feed...

        

22.1.8. Fetching a Feed

Use the getFeed() function to retrieve a feed from a specified URI. This function returns an instance of class specified as the second argument to getFeed, which defaults to Zend_Gdata_Feed.

$gdata = new Zend_Gdata();
$query = new Zend_Gdata_Query(
        'http://www.blogger.com/feeds/blogID/posts/default');
$query->setMaxResults(10);
$feed = $gdata->getFeed($query);

        

See later sections for special functions in each helper class for Google Data services. These functions help you to get feeds from the URI that is appropriate for the respective service.

22.1.9. Working with Multi-page Feeds

When retrieving a feed that contains a large number of entries, the feed may be broken up into many smaller "pages" of feeds. When this occurs, each page will contain a link to the next page in the series. This link can be accessed by calling getLink('next'). The following example shows how to retrieve the next page of a feed:

function getNextPage($feed) {
    $nextURL = $feed->getLink('next');
    if ($nextURL !== null) {
        return $gdata->getFeed($nextURL);
    } else {
        return null;
    }
}

        

If you would prefer not to work with pages in your application, pass the first page of the feed into Zend_Gdata_App::retrieveAllEntriesForFeed(), which will consolidate all entries from each page into a single feed. This example shows how to use this function:

$gdata = new Zend_Gdata();
$query = new Zend_Gdata_Query(
        'http://www.blogger.com/feeds/blogID/posts/default');
$feed = $gdata->retrieveAllEntriesForFeed($gdata->getFeed($query));

        

Keep in mind when calling this function that it may take a long time to complete on large feeds. You may need to increase PHP's execution time limit by calling set_time_limit().

22.1.10. Working with Data in Feeds and Entries

After retrieving a feed, you can read the data from the feed or the entries contained in the feed using either the accessors defined in each of the data model classes or the magic accessors. Here's an example:

$client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass, $service);
$gdata = new Zend_Gdata($client);
$query = new Zend_Gdata_Query(
        'http://www.blogger.com/feeds/blogID/posts/default');
$query->setMaxResults(10);
$feed = $gdata->getFeed($query);
foreach ($feed as $entry) {
    // using the magic accessor
    echo 'Title: ' . $entry->title->text;
    // using the defined accessors
    echo 'Content: ' . $entry->getContent()->getText();
}

        

22.1.11. Updating Entries

After retrieving an entry, you can update that entry and save changes back to the server. Here's an example:

$client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass, $service);
$gdata = new Zend_Gdata($client);
$query = new Zend_Gdata_Query(
        'http://www.blogger.com/feeds/blogID/posts/default');
$query->setMaxResults(10);
$feed = $gdata->getFeed($query);
foreach ($feed as $entry) {
    // update the title to append 'NEW'
    echo 'Old Title: ' . $entry->title->text;
    $entry->title->text = $entry->title->text . ' NEW';

    // update the entry on the server
    $newEntry = $entry->save();
    echo 'New Title: ' . $newEntry->title->text;
}

        

22.1.12. Posting Entries to Google Servers

The Zend_Gdata object has a function post() with which you can upload data to save new entries to Google Data services.

You can use the data model classes for each service to construct the appropriate entry to post to Google's services. The post() function will accept a child of Zend_Gdata_App_Entry as data to post to the service. The method returns a child of Zend_Gdata_App_Entry which represents the state of the entry as it was returned from the server.

Alternatively, you could construct the XML structure for an entry as a string and pass the string to the post() function.

$gdata = new Zend_Gdata($authenticatedHttpClient);

$entry = $gdata->newEntry();
$entry->title = $gdata->newTitle('Playing football at the park');
$content =
    $gdata->newContent('We will visit the park and play football');
$content->setType('text');
$entry->content = $content;

$entryResult = $gdata->insertEntry($entry,
        'http://www.blogger.com/feeds/blogID/posts/default');

echo 'The <id> of the resulting entry is: ' . $entryResult->id->text;

        

To post entries, you must be using an authenticated Zend_Http_Client that you created using the Zend_Gdata_AuthSub or Zend_Gdata_ClientLogin classes.

22.1.13. Deleting Entries on Google Servers

Option 1: The Zend_Gdata object has a function delete() with which you can delete entries from Google Data services. Pass the edit URL value from a feed entry to the delete() method.

Option 2: Alternatively, you can call $entry->delete() on an entry retrieved from a Google service.

$gdata = new Zend_Gdata($authenticatedHttpClient);
// a Google Data feed
$feedUri = ...;
$feed = $gdata->getFeed($feedUri);
foreach ($feed as $feedEntry) {
    // Option 1 - delete the entry directly
    $feedEntry->delete();
    // Option 2 - delete the entry by passing the edit URL to
    // $gdata->delete()
    // $gdata->delete($feedEntry->getEditLink()->href);
}

        

To delete entries, you must be using an authenticated Zend_Http_Client that you created using the Zend_Gdata_AuthSub or Zend_Gdata_ClientLogin classes.