Arbitrary Content support

Arbitrary Content support

I’ve read several times that it’s dumb to do the same thing more than twice. If that happens, it means that you can automate it and never do it any more.

Today we’re announcing arbitrary content support, which means that you’ll be able to subscribe to any kind of content on the web, rather than constantly poll it.

It’s extremely simple to start subscribing to JSON endpoint or to any kind of arbitrary content.

For example, the fine people at Gravatar offer a JSON url for the profile data of their users, so that rather than poll it every day to check for updates, services could just subscribe to the profiles and be notified when they updated. It’s certainly more convenient!

How to do such a thing? Well, it’s a simple PubSubHubbub call. Nothing more, nothing less.

Next time this page updates, Superfeedr will send you the new JSON, so you can update that on your own side.

Publishers

We are working with a few API producers to make their APIs realtime, so that not only susbcribers get the data pushed to them, but also in a timely manner.

Of course, if you’re a publisher interested by this, please get in touch. It’s relatively simple to implement and won’t break your authentication requirements (API keys, OAuth… etc). It should also save a lot of your bandwidth =)

Liked this post? Read the archive or

Previously, on the Superfeedr blog: Websockets and Comet.