maxwell2022/tumblr-oauth

v1.0 2014-03-12 10:25 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:46:40 UTC


README

Total Downloads

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

TumblrOAuth

PHP library for working with Tumblr's OAuth API.

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.