gpt4 book ai didi

php - 如何使用 php 从 linkedin 获取帖子的评论、分享和喜欢计数

转载 作者:行者123 更新时间:2023-12-02 05:17:54 25 4
gpt4 key购买 nike

如何使用 PHP 从 linkedin 页面获取帖子的评论、分享和喜欢计数

使用下面的代码,我在 linkedIn 页面上发布了帖子,

include 'simplelinkedin.class.php';
$ln = new SimpleLinkedIn('ket', 'secret');
$ln->addScope('rw_nus');

if($ln->authorize()){

echo "<pre>";
print_r ($ln->fetch('POST','/v1/people/~/shares',
array(
'comment' => 'Hello Linkedin',
'content' => array(
'title' => 'test post',
'description' => 'test post comment ',
'submittedUrl' => 'http://www.google.com'
),
'visibility' => array('code' => 'anyone' )
)
));
}

对于上面的代码,我得到了 key ...

stdClass Object
(
[updateKey] => UNIU-103511686-5821126484735057920-SHARE
[updateUrl] => http://www.linkedin.com/updates?discuss=&scope=103511686&stype=M&topic=5821126484735057920&type=U&a=TpZB
)

任何人都可以帮助我如何获得帖子的总计数和评论

谢谢!

最佳答案

请引用以下 URL,我将它用于我的 ruby​​ 客户端,并且在我传递共享 ID 时能够使用 API 获得喜欢和评论计数。

API 引用 - http://developer.linkedin.com/documents/commenting-reading-comments-and-likes-network-updates

关于php - 如何使用 php 从 linkedin 获取帖子的评论、分享和喜欢计数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20756426/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com