pinterest分享不使用AngularJS和laravel框架

时间:2017-02-09 05:17:24

标签: php angularjs pinterest

当我使用与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');

任何代码结构如:

https://github.com/sahat/satellizer/blob/master/examples/server/php/app/Http/Controllers/AuthController.php

此代码结构与其他人共享工作正常。

1 个答案:

答案 0 :(得分:0)

请注意,您只能共享公开的可用网址。您无法共享本地网址。您需要知道pinteres API正在抓取您的ShareUrl。这在您的本地环境中是不可能的,因为Web爬网程序无法访问它。

PDF.pin语法如下。 适用于公共网址

PDK.pin( ImageUrl, Description, ShareUrl, function(){
  // Do whatever you like
});