Dear Julien I am trying to subscribe to a specific feeds(made up by google feedburner), and trying to ping the hub and publish the update.
so i did the following instruction(I use http://pubsubhubbub.appspot.com for my test) 1. I run subscribe_demo.php to subscribe and set the feed as http://feeds.feedburner.com/onlineaspect, set my callback_url as the localhost hello.php file. 2. I run the publish_demo.php to ping the hub and wish to get a record time in my localhost(I thought it will access callback_url) I thought every time I run publish_example and publish updates, the hub will access to the callback_url and record the time in my localhost hello.php file. But it seems that i was wrong about this. To make my question clear, if i want to try out the whole process of pubsubhubbub what should I do ? I can't even try it on the debug function of https://pubsubhubbub.appspot.com. -- --- You received this message because you are subscribed to the Google Groups "Pubsubhubbub" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
