Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
/ Tumblr.Universal Public archive

[AS IS] A library that works with the Windows Universal Apps Platform to deliver Tumblr APIs to your Windows 10 projects.

Notifications You must be signed in to change notification settings

Karn/Tumblr.Universal

Repository files navigation

TumblrUniversal

An library that works with the Windows Universal Apps Platfrom to deliver Tumblr APIs for your projects.

Current Use

git submodule add https://github.com/KarnSaheb/TumblrUniversal.git

Then manually add the project to your UAP solution.

Dependencies

SQLite for the Universal Windows Platform

Authenticating

xAuth

Create a new instance of the Client object with the API and API secret keys:

var client = new Tumblr.Universal.Core.TumblrClient("API_KEY", "API_SECRET_KEY");

Send username and password:

await client.Authentication.RequestAccessToken("USERNAME", "PASSWORD");

Validate sign in if no exceptions are thrown:

if (client.SignedIn)

About

[AS IS] A library that works with the Windows Universal Apps Platform to deliver Tumblr APIs to your Windows 10 projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages