I’m building a RSS Reader and I got a singular problem: when I do a feed request, it just returns me 10 elements, even if there are lots more to download. I’m pretty sure it’s a parameter about it, but I can’t get it.
Here’s the code
urlNews : "http://www.androidworld.it/feed?limit=90",
urlRecensioni : "",
newsNonLette : 0,
recensioniNonLette : 0,
scaricaNews : function(){
//scarica la lista delle news
$.ajax({
type : "GET",
url : feed.urlNews,
success : function(response){
utils.debug("feed.scaricaNews (success)");
},
error : function(xhr, ajaxOptions, thrownError){
//xhr.responseText
utils.debug("feed.scaricaNews (error): " + xhr.responseText);
}
});
},
Because the feed you’re using is generated by WordPress, the argument you need is
paged={page number goes here}, so for example,returns different stories than