java - Fetching Tumblr posts using tag name is ot working -


hi tried java code fetch tumblr posts using tag name.

list<post> posts = client.tagged(tagname, options); 

using able fetch posts if passing regular tags if pass own tag "#manindar" (i have posted using tag name in blog & on timeline well) not able posts. using blogname able fetch same post. want tagname.

you can see well

http://api.tumblr.com/v2/tagged?tag=manindar&api_key=**** 

you can see posts here


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -