Re: prevPageToken no longer valid?
Roger <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
So do we need to implement our own storage mechanism to remember the
nextPageToken values to use for a previous token when needed?
No big deal but I just want to confirm that is what I need to do now.
Roger
On Thursday, October 10, 2013 8:54:16 PM UTC-6, Roger wrote:
>
> 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)"></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.