it's an application I wrote, basically it sends an http request with the hub address, the feed I want to subscribe to, and the webpage on my site that will receive pings from the hub. once I send the request, the hub sends back a request, but not to the application, to the website that I have up and ready to receive ping notifications.
I will need to lookup few tutorials about pubsubhubbub to know more about it , it's not meant for someone with no programming skills unless you are using a tool or something that won't let you deal with the technology itself. good luck! On Wed, Feb 23, 2011 at 7:06 PM, Ron Spano <[email protected]> wrote: > Hello Tamer > What application are you using and how do you set pubsubhubbub to send the > real time rss feeds to the application you are using? > Thank You > Ron > > > On Wed, Feb 23, 2011 at 5:10 PM, Tamer Yousef <[email protected]>wrote: > >> not sure how u do that, what I do is just consuming the data from the >> pubsubhubbub to my application. >> >> >> On Wed, Feb 23, 2011 at 12:30 PM, Ron <[email protected]> wrote: >> >>> Hello >>> >>> I am trying to figure out how to send real time rss feeds from other >>> websites to my blogger account using Pubsub. I have no programming >>> skills. any direction will be greatly appreciated >>> >>> Thank You >>> Ron >>> >>> >> >
