Open nscyber opened 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 ()
[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 ()