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

心不动则不痛 提交于 2019-11-30 00:03:29

问题


    I am Working on Tumblr integration in Android but not able to login 

Downloded the SDK from following Url:-

http://www.tumblr.com/tagged/android-sdk

now i need to login and post image or text in Tumblr.


回答1:


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.



来源:https://stackoverflow.com/questions/24867481/how-to-post-image-or-text-in-tumblr-android

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