tumblrPHP icon indicating copy to clipboard operation
tumblrPHP copied to clipboard

A OAuth Wrapper Library for Tumblr API V2

Results 2 tumblrPHP issues
Sort by recently updated
recently updated
newest added

Hi Greg, thanks a lot for your code. I found it working perfectly to post a image with this code: ``` // Parameters $parameters = array( 'type' => 'photo', 'state'...

It would be handy to have this available via Composer for easy inclusion!