maxwell2022 / tumblr-oauth
v1.0
2014-03-12 10:25 UTC
Requires
- php: >=5.3.0
- maxwell2022/oauth-client: 1.*
This package is not auto-updated.
Last update: 2024-10-26 16:22:04 UTC
README
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
- 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.