2017 © Pedro Peláez
 

library tumblr-oauth

image

maxwell2022/tumblr-oauth

  • Thursday, March 13, 2014
  • by Maxwell2022
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Total Downloads, (*1)

This API is based on https://github.com/kertz/twitteroauth I've forked to add composer support Initial modification has been done by Lucas, (*2)

TumblrOAuth

PHP library for working with Tumblr's OAuth API., (*3)

Flow Overview

  1. Build TumblrOAuth object using client credentials.
  2. Request temporary credentials from Tumblr.
  3. Build authorize URL for Tumblr.
  4. Redirect user to authorize URL.
  5. User authorizes access and returns from Tumblr.
  6. Rebuild TumblrOAuth object with client credentials and temporary credentials.
  7. Get token credentials from Tumblr.
  8. Rebuild TumblrOAuth object with client credentials and token credentials.
  9. Query Tumblr API.

The Versions

13/03 2014

dev-master

9999999-dev https://github.com/Maxwell2022/TumblrOAuth

  Sources   Download

MIT

The Requires

 

oauth tumblr

12/03 2014