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

Can't Follow User #472

Closed uzan000571 closed 5 years ago

uzan000571 commented 5 years ago

Hi Does anyone has some experience error on follow user. I use : $bot->pinners->follow(id) and $bot->pinners->follow(username), both command return same errors : "We could not complete that request"

your input are welcome

uzan000571 commented 5 years ago

I track function post() in vendor/seregazhuk/pinterest-bot/src/Api/Providers/Core/provider.php source_url=&data=%7B%22options%22%3A%7B%22user_id%22%3A%22615515611480632420%22%7D%2C%22context%22%3A%7B%7D%7D it shows empty parameter source_url

while from debugging in pinterest account the parameter shouldn't be empty image

image

uzan000571 commented 5 years ago

Sorry, i closed this case. Seems that account issue because it running well on several account.