Skip to content

carlosveloso/tumblroauth

 
 

Repository files navigation

A PHP Library to support OAuth for Tumblr's REST API, forked from Arbraham William's Twitter OAuth class.

Key differences:
- Connects to Tumblr, not Twitter.
- Outputs JSON only.
- Added Tumblr-specific built-in methods: 
	authenticate(), read($user, $params), dashboard($params), pages($params), write($params)

- Now supports all API_KEY requests as well as OAuth so you can use one common library to perform any
       API call.

Documentation: http://github.com/dwbrand/tumblroauth/documentation 
Source: http://github.com/dwbrand/tumblroauth
Tumblr: http://www.tumblr.com/docs/en/api/v2
Tumblr OAuth: http://www.tumblr.com/oauth/apps

About

A PHP Library to support OAuth for Tumblr's REST API.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors