2

我在 stackoverflow 上搜索并搜索过,但找不到答案。

我正在编写一个应用程序,这需要访问 Pinterest API。这是我的 github 仓库:https ://github.com/kellan/pinterest.api.php

$p = new Pinterest_API();
$p->fetch_access_token($client_id, $client_secret, $username, $password);
$resp = $p->some_api_call($args);

但我不知道在哪里可以找到 $client_id 和 $client_secret?

4

3 回答 3

2

转到此处,单击Generate,并获取访问令牌:https ://developers.pinterest.com/tools/access_token/

示例:使用获取状态:https ://api.pinterest.com/v1/me/pins/?access_token=TOKEN&fields=id,creator,note&limit=2

有关额外参数和请求,请参阅文档:https ://developers.pinterest.com/docs/api/overview/

于 2016-03-09T13:46:13.010 回答
1

是的,Pinterest API 已被删除。我所有的应用程序也受到了影响。

这个 v1 api 链接现在只显示连字符,它的计数破折号

http://api.pinterest.com/v1/urls/count.json?callback=receiveCount&url=http://facebook.com

我们只能等它回来了。我已为您的问题添加了书签,并会在它回来时尝试更新您。

于 2012-12-30T15:32:39.580 回答
1

据我所知,Pinterest API 已被删除。我什至收到了关于我的 Pinterest Chrome 扩展程序的删除通知。

于 2012-10-13T06:05:18.117 回答