-
Notifications
You must be signed in to change notification settings - Fork 18
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.
Client.CreatePostAsync(TUMBLR_BLOG_NAME, PostData.CreateText("my new text post!"));