当我使用与php + AngularJS相关的任何代码时,它无法直接从我们的应用程序共享pinterest上的任何内容。
像:
$pinterest = new PinterestAPI('487992287213444318092', '3e49484c42b9a43716b6306c43083aaed2860a879d5f6ef112c01e1');
$loginurl = $pinterest->auth->getLoginUrl('http://localhost:3000', array('read_public, write_public, read_relationships,write_relationships'), 'code');
任何代码结构如:
此代码结构与其他人共享工作正常。
答案 0 :(得分:0)
请注意,您只能共享公开的可用网址。您无法共享本地网址。您需要知道pinteres API正在抓取您的ShareUrl。这在您的本地环境中是不可能的,因为Web爬网程序无法访问它。
PDF.pin
语法如下。 适用于公共网址。
PDK.pin( ImageUrl, Description, ShareUrl, function(){
// Do whatever you like
});