Hello,

Just to get the idea of the flow I wrote a small http server script to
first acknowledge the subscription and then to get updates.

Shouldn't this be enough?

(this is inside of a handler class subclassing
BaseHTTPServer.BaseHTTPRequestHandler)

def do_POST(self):
    self.send_response(202)
    self.end_headers()
    stuff = self.rfile.read()
    print stuff


I'm just using a private blogger.com blog to test, I'm able to get the
new feed items but the Subscriber Diagnostics app for the google PuSH
hub says it failed.

Thanks for your time.

Reply via email to