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

"$pinBot->boards->forMe();" Does't work #497

Open Hasokeyk opened 4 years ago

Hasokeyk commented 4 years ago

I have 9999+ pinterest board but this code get empty array

$pinBot->boards->forMe();

image

image

oubihis commented 4 years ago

first check if you get boards. $boards = $pinBot->boards->forMe(); var_dump($boards)