I'm building a website that uses the Blogger API to display blog posts inside the site instead of linking to the xyz.blogspot.com url. I can successfully grab posts via jQuery but am having trouble filtering the results based on whether or not the post is actually published (viewable on xyz.blogspot.com).
I've tried the "published-min" and "published-max" query parameters but they still return posts that are categorized as "drafts" in the blogger admin interface.
The goal is to build a paging system that shows one post at a time and doesn't have to retrieve every post on every page load in order to know if the post that comes after the current one is published or is still a draft.