Skip to content

Creating a Post

Alexander Lozada edited this page Sep 4, 2016 · 2 revisions

TumblrSharp provides methods to easily create posts of all kinds. Generally, you will use a combination of the CreatePostAsync method and the static factory PostData methods.

TextPost

Client.CreatePostAsync(TUMBLR_BLOG_NAME, PostData.CreateText("my new text post!"));

Clone this wiki locally