Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Creating Pin Issue #492

Open
kaankilic opened this issue Dec 18, 2019 · 1 comment
Open

Creating Pin Issue #492

kaankilic opened this issue Dec 18, 2019 · 1 comment

Comments

@kaankilic
Copy link

kaankilic commented Dec 18, 2019

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
Copy link

XoctaiL commented Dec 18, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants