On Oct 27, 1:35 pm, Denis <d....@ks.net.ua> wrote:
Hi everybody.
I'm trying to get feed list from blogger using this
linkhttp://www.blogger.com/feeds/default/blogs, but it seems that it
shows only 25 blogs. There is any possibilty to get a full list of
blogs (more than 25)?
Thanks for help, Denis.
You can use URL parameters to specify the number of results that you
want (max-results) and which entry you would like to begin with (start-
index). For example, you could ask for 50 entries at once, and step
through each page by increasing your start-index by multiples of 50.
This URL should give you the second set of 50 entries:
http://www.blogger.com/feeds/default/blogs?max-results=50&start-index=50
Happy coding,
Jeff