How to Post image or Text in Tumblr Android [closed]

若如初见. 提交于 2019-11-30 16:45:51

Download Tumblr Example

Set CONSUMER_KEY and CONSUMER_SECRET and Get Started!

About posting text and photos see Tumblr API #Posting

Text Post

API Url : http://api.tumblr.com/v2/blog/blogname.tumblr.com/post

Replace blogname with your BlogName.

Params : 1) type = "text" 2) title = "MyTitle" 3) body = "My Message"

Photo Post with text

API Url : http://api.tumblr.com/v2/blog/blogname.tumblr.com/post

Params : 1) type = "photo" 2) caption = "Text with Image" 3) source = "http://www.gstatic.com/webp/gallery/1.jpg"

If any doubt's, feel free to ask. Hope this will help you out.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!