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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -