Hi i tried java code to fetch the Tumblr posts using tag name.
List<Post> posts = client.tagged(tagName, options);
Using this I am able to fetch the posts if i am passing some regular tags but if i pass my own tag "#manindar" (I have posted using this tag name in a blog & on my timeline as well) i am not able to get those posts. But using blogname i am able to fetch the same post. But i want to get from the tagname.
You can see by this as well
http://api.tumblr.com/v2/tagged?tag=manindar&api_key=****
You can see my posts here