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
