, (*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
- Build TumblrOAuth object using client credentials.
- Request temporary credentials from Tumblr.
- Build authorize URL for Tumblr.
- Redirect user to authorize URL.
- User authorizes access and returns from Tumblr.
- Rebuild TumblrOAuth object with client credentials and temporary credentials.
- Get token credentials from Tumblr.
- Rebuild TumblrOAuth object with client credentials and token credentials.
- Query Tumblr API.