views:

28

answers:

1

Hello world!,

I'm working on a project that parse a lot of RSS feeds, and I just discover Superfeedr it has a poor documentation in how to use their PubSubHubbub API with PHP.

Please can anyone give me a good tutorial or an example how to use it to subscribe to any feed?

Thank you,

A: 

Hello. Superfeedr's API is actually the PubSubHubbub protocol, so I guess the first step would be to find the good way to implement PubSubHubbub. There are a few links in here, like this one, or this one.

Julien Genestoux