Reputation: 306
I am creating an android app and using the Jumblr Api for Tumblr . In the Tumblr console when i query for posts with a limit of 100, it returns 100 posts(or less if the page has less than 100 posts) But Using Jumblr , if i query for a limit higher than 50 , it returns 20 posts even when the page has more than 20 posts . Is this a bug or is there another way around this ???
Help is needed (In any Form)
Upvotes: 0
Views: 236
Reputation: 306
Alright, Just incase you came here for answer , all you have to do is set the offset at 50 in the next query and 100 in the next and so on.
Thanks to @mikedidthis
Upvotes: 1