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

Creating Pin Issue #492

Open kaankilic opened 4 years ago

kaankilic commented 4 years ago

I am receiving too much We could not complete that request.issue since yesterday. Has anybody got the same issue? The code was working for 2 months and suddenly receiving this error on the most pin create attempts. I was just thought that Pinterest might change the API.

Here you may found how I am creating the pin below:

$data = [
"img_url"=>"https://example.com/image.jpg",
"title" => "Test Pin",
"description" => "test description",
"board_id" => "123456",
"url" => "https://example.com"
];
$repin = $bot->pins->create($data["img_url"], $data["board_id"], $data["description"],$data["url"],$data["title]);
XoctaiL commented 4 years ago

ı complete my bot by using this. iletişime geçersen yardımcı olayım. skype : XocTaiL