tumblr / tumblr.php

Tumblr API v2 PHP Client
Apache License 2.0
407 stars 115 forks source link

Instruction for Oauth integration #71

Open ashishkatoch opened 8 years ago

ashishkatoch commented 8 years ago

Hello There,

I have run composer dependencies within API folder of tumblr.Please let me know that where the file for creating client object will be place.

Where should we place this code:-

$client = new Tumblr\API\Client($consumerKey, $consumerSecret); $client->setToken($token, $tokenSecret);

I have placed it inside API folder . And it says client class not found Regards Ashish

ghost commented 5 years ago

LoL