I am facing the problem to fetch the data from tumbler in specific order . I am trying to fetch data in sorted order from tumbler through tumbler api which is as follows :
url : "http://api.tumblr.com/v2/tagged?tag=illustration&api_key=XXXXXXXXXXXXXXXXX"
but I am unable to find out specific url through which i can send the order value (sorted key) with url for fetching the sorted order data
So please help me how to resolve this problem