Videos tagged with Google Data API
Recently, Google Data APIs have implemented new technologies in order to make applications and communications with Google Data APIs more efficient. We'll present these new technologies, including ETags, Partial Get and Update, and a new compact JSON format, and show how you can use them to improve your applications. We'll demonstrate these features by showing an example built on top of the Goog...
Getting Started with the Google Data Python Client Library
Jeff Scudder goes over how to install and get started with the Google Data Python Client Library. More info: http://code.google.com/p/gdata-python-client
Getting Started with the Google Data .NET Client Library
Jeff Fisher goes over how to install the Google Data .NET Client Library, the architecture of the client library, and demos of some of the sample apps that are available.
Getting Started with the Google Data PHP Client Library
Trevor Johns goes over how to get started with the Google Data PHP Client - from installation to general architecture to brief demo with the Blogger API. Getting Started Guide: http://code.google.com/apis/gdata/articles/php_client_lib.html Zend Framework Manual: http://framework.zend.com/manual Zend Framework API Docs: http://framework.zend.com/apidoc/core
Google does cross domain read/write JavaScript
Today is a milestone. Jun Yang and the GData team released GData JavaScript Client Library for Calendar. This is a JavaScript API that allows you to do fully authenticated, secure, read/write access from the browser. Jun took some time to introduce the concept. Samples Developer's Guide
Faculty Summit 2008 Day 1: Google Data
This presentation will give an overview of the Atom Publishing Protocol, a simple but powerful way of publishing and interacting with data stored on the web. The Atom Publishing Protocol is used as the basis of the Google Data APIs, which provide programmatic access to several Google applications. We will demonstrate a simple example that uses a web application to crowdsource the semantic label...
Google I/O 2008: YouTube on Your Site
The YouTube team has been hard at work, expanding and improving upon the YouTube Data API that we launched last Fall. In this session, we'll explore how you can use the new features of the API to bring YouTube to your web site. Participants should be familiar with YouTube and with the basics of Google Data, or another REST-based web service API. John Harding (Google)
Google I/O 2008: Authenticating to Google Data Services
Get over that first hurdle in your prototype! Authenticating a user is a tricky, but necessary step for most applications that interact with Google services. This session will discuss the available authentication options, their limitations, and some advanced use cases such as Google Apps domains and signed requests. Participants should be familiar with at least one GData API. Familiarity with p...
Google I/O 2008: Extend the Reach of your Google Apps Environment with Google APIs
Google Apps already gives your organization an out-of-the-(virtual)-box solution for mail, calendaring, documents and more. What more could you want? How about a way to hook in Google Apps with all the systems you're already using? Or a way to migrate all your data? Or a way to combine data from multiple sources and create a company dashboard? This session will provide an overview of the capabi...
Google I/O 2008: Creating a Google Data API Client
What if there isn't a client library for the Google Data APIs in the language I'm using? Or maybe there is but it doesn't quite meet my needs. I'll address these important questions by examining the approach that I've taken in working on one of our open source client libraries (Python). Learn some ideas for how to structure your projects from a technical perspective and why and how to open sour...