Hi  ,

I am trying to subscribe to feeds in http://pubsubhubbub.appspot.com/subscribe
, but always receive 409 status ,

 String url = "http://pubsubhubbub.appspot.com/subscribe";;
        String topic_url = "http://feeds.feedburner.com/
feedburnerstatus?format=xml";
        String callbackserverurl = "http://i4dweb.provesio.com/i4dweb/
authhubs.screen";
        String verifytoken = "karthick";
        String lease_seconds = "300";


and also i am returning 200 status from the callback page and also
echoing back the hub.challenge param , but still not working ,
breaking my head since 24hrs  ,

Reply via email to