seregazhuk / php-pinterest-bot

This PHP library will help you to work with your Pinterest account without using any API account credentials.
MIT License
416 stars 129 forks source link

Comments get list don't show #458

Open nscyber opened 5 years ago

nscyber commented 5 years ago

[My RePin and comment] https://www.pinterest.com/pin/563583340867562081/

[My code] `require('vendor/autoload.php'); use seregazhuk\PinterestBot\Factories\PinterestBot;

$bot = PinterestBot::create();

$bot->auth->login('username', 'mypass'); $commnets = $bot->comments->getList("563583340867562081")->toArray(); print_r($commnets);`

[Output] Array ()