【发布时间】:2012-03-30 22:11:41
【问题描述】:
2015 年 8 月更新:Pinterest 现在在这里提供它https://dev.pinterest.com/
是否有关于 v2 Pinterest API 的官方或非官方文档?
我知道的事情:
- JSON api 在版本 2 中。https://api.pinterest.com/v2 给你一个 json 响应
- 人们正在针对它进行编程,因为有一个移动应用程序和测试版开发
- Pintrest authentication question on SO
- PHP wrapper for v1 with updates for v2 on Github by Kellan with methods: upload, pin, repin, board, activity, popular - 阅读 Kellan 的代码是我能找到的最好的信息
- More info Kellan 的工作以及 Pinterest 团队的回复
- Private unofficial Facebook Pinterest Dev group
- Here are some of the stars behind Pinterest
2014 年 3 月 4 日更新 Pinterest 推出了一个 beta v3 API,您可以请求访问。向下滚动页面,您将看到左侧列中列出的端点。 https://developers.pinterest.com/api_docs/
2013 年 1 月 9 日更新 由于https://api.pinterest.com/v2 给出了 404,它似乎已移至 v3。 https://api.pinterest.com/v3
{ "status": "failure", "code": 11, "host": "053", "generated_at": "Wed, 09 Jan 2013 10:25:27 +0000", "message": "API method not found.", "data": null }
2012 年 11 月 19 日更新 http://tijn.bo.lt/pinterest-api 的非官方 api 文档连同他们的整个网站都不见了。我将在这篇文章中留下链接,因为它可能会重新上线。 Pinterest 仍然没有向开发者透露他们的 API 状态。
2012 年 5 月 22 日更新 Pinterest 仍未提供公共 API。人们以 iPhone 用户代理的身份连接到 api 端点,iOS 应用程序可以使用它
2012 年 4 月 17 日更新 感谢 tijn,我们有 unofficial version 1(now v2) Pinterest api docs,并报告说目前只有读取端点可用,因此 RSS 样式提要在速率限制内是可能的。
2012 年 4 月 3 日更新 非官方的 Facebook 群组上有一些高质量的信息,并且有几个人提出问题并发布了相当有用的回复
【问题讨论】:
-
这是关于 iPhone 端点的一个很好的提示。我没听说过。
-
@DigitalBiscuits 感谢 tjin 网站关闭
-
有什么更新吗?看来这已经过时了:x
-
即使在非官方和旧版本中,我也只能看到为登录用户工作或获取数据的可能性。我想做一些类似关键字搜索的事情 :( 对于这样一个看似新兴的社交平台,我发现这非常不规则。统计数据显示,来自 pinterest 的流量远远超过 twitter,而且我总是在发推文...... !
-
在这里请求api访问:developers.pinterest.com/api_request
标签: json api mobile documentation pinterest