本文介绍了Pinterest的API文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更新2015年8月: Pinterest的位置提供了现在

Update Aug 2015: Pinterest provides it here now https://dev.pinterest.com/

有对Pinterest的V2 API官方或非官方的文档?

事情我知道了:


  • JS​​ON API在版本2 给你一个JSON响应

  • 人们对编程,因为有一个移动应用程序和β-开发

  • 验证问题
    对于与凯兰更新为V2在Github V1
  • :在上传,针,列宾,板,活动,普及 - 读凯兰的code是我能找到
  • 最好的信息
  • 的来自Pinterest的团队回应



  • JSON api is in version 2. https://api.pinterest.com/v2 gives you a json response
  • People are programming against it because there is a mobile app and beta dev
  • Pintrest authentication question on SO
  • PHP wrapper for v1 with updates for v2 on Github by Kellan with methods: upload, pin, repin, boards, activity, popular - reading Kellan's code is the best information I could find
  • More info on Kellan's work with responses from Pinterest team
  • Private unofficial Facebook Pinterest Dev group
  • Here are some of the stars behind Pinterest

更新2014年3月4日
Pinterest的已经推出了一个测试版API,你可以要求查阅。向下滚动页面,你会看到在左边的列中列出的端点。

更新2013年1月9日
由于给出了一个404,它似乎已被转移到V3。

Update Jan 9 2013Since https://api.pinterest.com/v2 gives a 404, it seems to have been moved to 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 }

更新二○一二年十一月十九日
在非官方的API文档走了,带​​着他们的整个网站一起。我要离开这个岗位的链接,因为它可能会重新联机。从Pinterest的还是无字在他们的API状态的开发者。

Update Nov 19, 2012The unofficial api documentation at http://tijn.bo.lt/pinterest-api is gone, along with their entire website. I'm leaving the link in this post because it may come back online. Still no word from Pinterest to developers on their api status.

更新2012年5月22日
Pinterest的到现在还没有提供一个公共的API。人们连接到API端点的iPhone用户代理,它提供给iOS应用

Update May 22, 2012Pinterest has still not provided a public api. People are connecting to the api endpoints as the iPhone user agent, which is available to the iOS app

更新2012年4月17日
由于tijn,我们有,并报告只读终点当前可用所以RSS提要风格速度的范围内是可能的。

Update Apr 17, 2012Thanks to tijn, we have unofficial version 1(now v2) Pinterest api docs, and reports that only read endpoints are currently available so RSS style feeds are possible within rate limits.

更新2012年4月3日
非官方的Facebook群组上有一些高质量的信息和几个提问人的追问和张贴相当有用的反应

Update Apr 3, 2012The unofficial Facebook group has some quality info on it and several people asking questions and posting fairly useful responses

推荐答案

有no官方API文档Pinterest的使用从今天开始。

但对于V2非官方文档在这里:

But there is the unofficial documentation for v2 here: http://tijn.bo.lt/pinterest-api

这篇关于Pinterest的API文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 18:30