Open ashishkatoch opened 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
LoL
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