google api - Pagination in Blogger Api V3 -
how can 10 posts , older 10 posts , on mean pagination need in blogger api v3
and tried https://www.googleapis.com/blogger/v3/blogs/1309320265504420965/posts?maxresults=10&start-index=2&key=[your-key] nothing changed
start-index not seem working in v3
even if changed value of start-index .. doesn't change reply
any ideas ?
after checking blogger api v3 again , again found , u can find tag named "nextpagetoken" , string u can use string contain next page id , add parameter "pagetoken" in request , u ll pagination feature work !
Comments
Post a Comment