On Wed, Oct 21, 2009 at 6:01 PM, Marcus Herou <[email protected]> wrote: > > OK I _AM_ an idiot :) > > I thought it was like this: > > 1. Send sub request with callback url and some options (token etc) > 2. Receive challenge request > 3. Send challenge response > 4. If all above went well then what will happen ? Will the same > callback url get a post whenever the feed is updated ? > > What confused me is step 4, the example code does not handle that > right ? > > Sorry to bother you with such lo-tech questions...
here is an example in python confirm subscription: http://github.com/marianoguerra/tubes/blob/master/ihasfriendz/main.py#L223 receive notification: http://github.com/marianoguerra/tubes/blob/master/ihasfriendz/main.py#L216 hope that helps
