An update to my original problem post. I can now subscribe to a feed and when I use the https://pubsubhubbub.appspot.com/subscription-details page I now get a 'verified' status which I guess is what I should extect :)
(Part of my problem was that on the subscription-details page I was omitting the ?xhub.subscription=xxxx from the callback url.) However, I still haven't received any POST requests to my callback URL. I can view the feed and see that there have been updates over the weekend but no updates from the hub. As detailed before, the Google Reader feed to which I have subscribed is purely for test purposes and is www.google.com/reader/public/atom/user/00446741949858159700/label/Stephen%20Fry Can anyone help with either why the hub wouldn't post updates or what else do I have to do? many thanks, Bill On 5 October 2010 13:20, billf <[email protected]> wrote: > I am using the Zend Framework Pubsubhubbub classes to subscribe to a > Google Reader feed. I have Zend experience, relatively new to feeds > and v.new to pubsubhubbub. > > So far I can: > - use Zend_Feed_Reader to import the feed and get the hub details > (http://pubsubhubbub.appspot.com/) > - use Zend Pubsubhubbub to subscribe (tokens are verified and the hub > doesn't return an error) > > However I never get a post of a feed update. > > I have seen that there have been problems with the hub - would that > explain the problem? > > As the feed contains a link to hub I assume that the hub posts updates > for the feed - is that always correct? > > How can I check that the hub shares my app's view of the subscription > status (that I am subscribed to the feed)? > > What else can I do to find out what the problem is? > > many thanks for any response, > Bill
