We are using the Google Feed API to show blog posts on our site. However, it's has been over 24 hours and our latest post hasn't showed up on our site. We verified that the RSS feed has the latest post but it appears that Google still has the old data cached.
I found this question that suggests that adding a query string will bust the cache but every string I append causes the feed to fail.
Here is the working link to our feed: http://ajax.googleapis.com/ajax/services/feed/load?num=7&q=https:%2F%2Fsigwhatsnew.wordpress.com%2Ffeed%2F&v=1.0
Here is the feed with a query string added: http://ajax.googleapis.com/ajax/services/feed/load?num=7&q=https:%2F%2Fsigwhatsnew.wordpress.com%2Ffeed?foo%2F&v=1.0
I have tried every combination of query strings I can think of. Encoded and not encoded, before the trailing slash and after the trailing slash.
Can anyone post an URL that will bust the cache? Thanks in advance