Download the PHP package maxwell2022/tumblr-oauth without Composer
On this page you can find all versions of the php package maxwell2022/tumblr-oauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tumblr-oauth
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.
All versions of tumblr-oauth with dependencies
PHP Build Version
Package Version
The package maxwell2022/tumblr-oauth contains the following files
Loading the files please wait ....