Open jbrayton opened 4 years ago
Hi @jbrayton,
The documentation isn't clear about this, but records only get added to updated_entries
if there are significant changes to an article. This is because Feedbin does not want to surface articles where there are only minor changes.
This significance threshold is currently set a 50 characters for an article published within the last seven days.
Does that work for your use case or are you looking to make sure all articles are at the latest version?
Oh, ok. I wonder if there is benefit to picking up smaller changes – things like fixes to typos.
But my immediate need is just to test retrieval of updates. I just need to change more text in articles. I can do that. 😀
Thanks, @benubois!
Coming back to this, it is now clear to me that the purpose of updated_entries is for the client both to retrieve updates and to tell the user that an article has changed. And one would not want an app to point out that an article has a very minor update.
I did not intend to point out articles that have updates – although I should consider doing that. I do ideally want to have the most recent versions of changed articles. I can work with this as-is, but I would be eager to use an API call that told me what articles had any HTML changes in order to keep the local database of articles up-to-date.
Thanks again for your clarification on this.
Hi. I have an entry that I would expect to see in updated_entries.json, but I do not.
This is the relevant subscription from subscriptions.json:
This is the entry that has a modification:
GET https://api.feedbin.com/v2/entries.json?ids=2410826543&mode=extended
The JSON reflects that the title and content of the article changed.
But I do not see this ID in my list of updated_entries.json:
GET https://api.feedbin.com/v2/updated_entries
These API calls are from my jbrayton@virtualsanity.com account. Is something working incorrectly, or am I wrong to expect the article with ID 2410826543 to appear in updated_entries.json?
I thought the problem might be that the article was marked read, but I repeated the experiment with another article (Entry ID 2411354490) and was careful not to read it or mark it read. The content of that article changed, but that article also did not appear in updated_entries.json.