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

Comment posting issue #423

Closed AdrianBesleaga closed 6 years ago

AdrianBesleaga commented 6 years ago

I have used your example to post comments, the response is 1 but the comment does not appear.

$response = $bot->comments->create("813251645188163088", "great picture.");

Thanks for the great work!

AdrianBesleaga commented 6 years ago

I have updated to the last version and it works.