Closed jasonpenny closed 7 years ago
The code is expecting redirects to send code 301, but they now send 302
Fixes #87
<?php require_once 'vendor/autoload.php'; $client = new Tumblr\API\Client( '...key...', '...secret...' ); $avatar = $client->getBlogAvatar('david', 96); var_dump($avatar);
The code is expecting redirects to send code 301, but they now send 302
Fixes #87
Testing