prevPageToken no longer valid?
Roger <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
I have had a working query requesting the top 20 most recent blog posts
that looks like this:
<script src="https://www.googleapis.com/blogger/v3/blogs/{blogId}/posts?callback=blogDataReceived&key={myKey}&maxResults=20&fields=prevPageToken,nextPageToken,items(id,title,published) <view-source:https://www.googleapis.com/blogger/v3/blogs/4541792071038273470/posts?callback=blogDataReceived&key=AIzaSyCft3vsuoKr1Yg1jnY0Cp-akMdSD_UJX5Q&maxResults=20&fields=prevPageToken,nextPageToken,items%28id,title,published%29>"></script>
Recently (not sure when) this query started failing with the error "Invalid field selection prevPageToken". Sure enough, if I take out prevPageToken, it works but I don't get the previous page token.
I reviewed the docs and as far as I can tell it is still a valid field. Did something change?
Roger
--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/groups/opt_out.