jumblr

Jumblr API gives bad request while posting image to Tumblr

亡梦爱人 提交于 2019-12-10 15:27:31
问题 What I have I have an image File object trying to post to Tumblr using Jumblr API My problem When I try to post the image I get com.tumblr.jumblr.exceptions.JumblrException: Bad Request Response code :400 My code client = new JumblrClient(CONSUMER_KEY,SECRET_KEY); client.setToken(TOKEN, TOKEN_SECRET); User user=client.user(); userName=user.getName(); PhotoPost photoPost=client.newPost(client.user().getBlogs().get(0).getName(),PhotoPost.class); photoPost.setCaption("My Tumblr post"); photoPost