maxwell2022/tumblr-oauth
Composer 安装命令:
composer require maxwell2022/tumblr-oauth
包简介
README 文档
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.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-03-12