2

I realized pretty simple atom feed in my application. Sometimes records expire and are no longer published in the feed. Is there a way to remove entry from user`s reader?

Dan Lowe
  • 51,713
  • 20
  • 123
  • 112
VadimAlekseev
  • 2,228
  • 1
  • 18
  • 16

1 Answers1

3

If you used GUID/ID* elements in the feed, then posting a blank item with the same GUID as the deleted post will update the post in Google Reader with the blank content.

https://superuser.com/questions/446845/is-it-possible-to-prevent-deleted-posts-from-appearing-in-blog-readers-like-goog

http://support.google.com/reader/answer/69998?hl=en

Whether any other feed aggregators will update the post ( or even cache the old posts to begin with) is up to them.

  • GUID for RSS 2.0 , ID for Atom
Community
  • 1
  • 1
Matti Nescio
  • 441
  • 2
  • 6