Hi there, I have a hub/client library implemented in .NET WCF framework. I am able to subscribe properly (I get a No Content response when I do a sync request). But when I add a post to the blog, I dont get a notification. I do get a notification if I publish from http://pubsubhubbub.appspot.com/publish to my topic url.
Here are the details blog i am testing with : http://realtime-web.blogspot.com/ topic URL I am using (from the self link) : http://www.blogger.com/feeds/7051586282694728525/posts/default subscriber url : http://galactica.webhop.net/PubSubHubbub/PubSubHubbub.svc/callback2 I can see my subscription at : https://pubsubhubbub.appspot.com/subscription-details?hub.callback=http://galactica.webhop.net/PubSubHubbub/PubSubHubbub.svc/callback2&hub.topic=http://www.blogger.com/feeds/7051586282694728525/posts/default&hub.secret= Any help is much appreciated. Thanks Ravikant
