尝试使用“ dirkgroenen / Pinterest-API-PHP”创建开发板时出现错误。我可以使用此SDK获取统计信息等,但无法执行发布请求。
错误是
Request.php第227行中的PinterestException:Pinterest错误(代码: 401),并显示消息:授权失败。
我创建木板的代码是
$pinterest->boards->create(array(
"name" => "Test board from API",
"description" => "Test Board From API Test"
));
我可以获取用户信息等,但是问题在于发帖请求。