google-feed-api

how to use google feed api to detect feeds updates

Because I run a blog aggregator website which checks a large list of RSS feeds for new posts every hour so I will be happy if its possible to use google feed api or Google AJAX Feed API instead of making the cron jobs to read the whole feed to know if its updated or not. like this link text ...

Best practices for developing a feed aggregator / proxy?

I'm looking into writing a proxy aggregator for feeds, where a handful of users specify a feed URL and some set of conditions, and the system outputs a continually-updated RSS/Atom feed of entries that match those conditions. Are there best practices for feed aggregators? (Or filtering feed proxies?) For example: Are there certain fe...

What good Feed API (Javascript or exposed via web services) are there?

I've just starting out developing using Feeds, and have so far used Google Feed API to get RSS feeds into my web application. I was wondering what other types of feed api are available for free consumption. Also if you have any great feeds you would recommend (available through RSS or otherwise - including custom feeds), please let m...

Using Google AJAX Feed API Feedcontrol, I need a callback

I'm actually using the jQuery Google Feed Plugin to manually add some feeds to my site. One feed includes a photobucket album which I'd like to provide a preview of each image. I can't find a callback for the FeedControl class in the API documentation. Is there an better way to do this other than using a settimer? ...

Aggregating and displaying content from hundreds of RSS feeds

I'd like to build a website that aggregates and displays content from hundreds of RSS feeds. The feeds will be from different sites: Twitter, Flickr, Tumblr, etc, so the content will be very heterogenous. In a perfect world — and this is more of a side issue — I would like to allow other people to help manage the list of feeds and assi...

Google Feed API V2 aka push vs Channel API vs WebSocket

Does anybody knows when will feed v2 leave trusted tester stage? There are some usecases of feed v2 that overlap with Google Channel API, so I don't quite get point of releasing feed v2, instead of switching to channel API entirely. Is this due to smoother transition towards Web Socket API ? or I miss some point :) ...

Load google RSS feed in IE

Hi, I'am writing a code using Google-Ajax-Feed-API to get feed from site. Here is my code for the same. <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google AJAX Feed API - Simple Example</title> <script type="text/javascript...