↧
Answer by Alex for Prevent Google Feed API from using cached feed
This answer might be coming in late, but I came across this post and got the solution using pxpgraphics comment. For those who need to invalidate the cache, this will do it. Note that this code example...
View ArticleAnswer by Daniel Monteiro for Prevent Google Feed API from using cached feed
try feed.includeHistoricalEntries(); It might solve your issue.
View ArticlePrevent Google Feed API from using cached feed
I am using the Google Feed JSAPI to read/parse a feed. The problem is, when the feed changes, the previous entries become invalid (links and images don't work) so I cannot load a cached version of the...
View Article