Hi Bill, Also be sure that if using this in the context of a Zend Framework app, that you have an appropriate callback and the necessary Route defined. Check the reference guide for ZF for the options you can use here to ensure there are no mistakes. Have you checked your web server's access logs in case you are getting updates but they are being mis-routed within your app?
Best regards, Paddy Pádraic Brady http://blog.astrumfutura.com http://www.survivethedeepend.com Zend Framework Community Review Team ________________________________ From: billf <[email protected]> To: Pubsubhubbub <[email protected]> Sent: Tue, October 5, 2010 1:20:28 PM Subject: [pubsubhubbub] Zend Framework / Pubsubhubbub / Google Reader - no updates 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
