Google Data API (Beta, Blogger API)
Along with the new launch of Beta.Blogger.com comes the release of the Blogger data API which allows client applications to view and update Blogger content in the form of Google data API ("GData") feeds. Your client application can use GData to create new blog posts, edit or delete existing posts, and query for posts that match particular criteria. This could be very interesting if applied to say a little AJAX.
Below is a cut& paste of the content links from the Google Data APIs (Beta) Developer's Guide
Below is a cut& paste of the content links from the Google Data APIs (Beta) Developer's Guide
Contents
- Audience
- Blogger version compatibility
- Interacting with Blogger: examples
- Find a blog's feed URL
- Request the feed manually
- Request the feed using the client library
- If you're writing an installed (desktop) client:
- If you're writing a web application client:
- Send a query
- Interacting with migrated blogs
- Blogger feed types
- Blogger elements and query parameters
Post a Comment