Pinterest API创建板返回NULL(PHP)

时间:2016-02-04 01:54:22

标签: php api curl pinterest

我使用PHP curl发布到https://api.pinterest.com/v1/boards/?access_token=mysecrettoken

我有两个参数,名称和描述正在发布。

$data = array( 'name' => 'API Test', 'description' => 'Please ignore just a test' );

我从Pinterest回来的是NULL。它确实在Pinterest上创建了董事会,但我真的需要知道它是否成功,我需要董事会ID。

我期望的是下面的内容。这是我在使用API​​资源管理器时获得的。

root:{} 1 item data:{} 3 items url:https://www.pinterest.com/mrnickpowers/api-test/ id:73183631383926646 name:API Test

我的curl函数用于发布与其他端点的工作。任何人都知道这里可能会发生什么?

谢谢,

尼克

0 个答案:

没有答案