Great! As for getting unique updates it's quite tricky :) I think the Google Hub does diffing by computing a hash of the whole entry. This will obviously detect changes in tracking codes and such :/ At Superfeedr, we do it by using the <id> or <guid> elements. It's not easy because some feeds don't have any (so we have to come up with one), but that seems to work too. Julien
On Thu, Jan 24, 2013 at 2:36 PM, <[email protected]> wrote: > Julien, thanks for the suggestion. That was definitely the issue. Now if > only Google Reader would update properly upon me pushing updates I'd be a > happy camper. > > > On Tuesday, January 22, 2013 3:29:57 PM UTC-8, [email protected] wrote: > >> I am able to get notifications from certain feeds ( >> http://fastpshb.appspot.com/**feed/1/fastpshb<http://fastpshb.appspot.com/feed/1/fastpshb>and >> http://feeds.feedburner.**com/foxnews/latest<http://feeds.feedburner.com/foxnews/latest>) >> but not >> http://rss.cnn.com/rss/cnn_**topstories.rss<http://rss.cnn.com/rss/cnn_topstories.rss>. >> Is there a way to debug? >> >> Also, just to be sure I'm going about it correctly, I am using >> https://pubsubhubbub.**appspot.com/ <https://pubsubhubbub.appspot.com/>for >> all communication (publishing my updates and subscribing), rather than >> separate endpoints of >> https://pubsubhubbub.**appspot.com/publish<https://pubsubhubbub.appspot.com/publish>and >> https://pubsubhubbub.**appspot.com/subscribe<https://pubsubhubbub.appspot.com/subscribe>. >> Is that correct? >> > -- > > > > --
