如何获取访问令牌以访问Pinterest Api

时间:2012-10-13 05:58:06

标签: api pinterest

我已经用Google搜索并搜索了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?

3 个答案:

答案 0 :(得分:1)

据我所知,Pinterest API已被删除。我甚至在Pinterest Chrome扩展程序上收到了一个删除通知。

答案 1 :(得分:1)

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

此v1 api链接现在仅显示连字符,短划线计数

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

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

答案 2 :(得分:1)

点击 生成 ,然后获取访问令牌: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/