分享 LinkedIn API

发布于 2024-12-06 04:28:40 字数 750 浏览 0 评论 0原文

我正在研究 LinkedIn 共享 API,但遇到了一些问题。

我的代码:

public function shareAPI()
{
    $datatopost ="<?xml version=1.0 encoding=UTF-8?><share><comment>hi</comment><content><title>Survey: Social networks top hiring tool - San Francisco Business Times</title><submitted-url>http://google.com</submitted-url><submitted-image-url></submitted-image-url></content>
    <visibility><code>anyone</code></visibility></share>";
    $this->_oauth_token_secret=$_SESSION[_oauth_token_secret];
    $this->_oauth->fetch(BASE_API_URL.'/v1/people/~/shares',$datatopost,OAUTH_HTTP_METHOD_PUT);

}

当调用这个函数时,它不会将消息发送到墙上。 请帮忙。

I am working on LinkedIn share API, but I'm facing some problems.

My code:

public function shareAPI()
{
    $datatopost ="<?xml version=1.0 encoding=UTF-8?><share><comment>hi</comment><content><title>Survey: Social networks top hiring tool - San Francisco Business Times</title><submitted-url>http://google.com</submitted-url><submitted-image-url></submitted-image-url></content>
    <visibility><code>anyone</code></visibility></share>";
    $this->_oauth_token_secret=$_SESSION[_oauth_token_secret];
    $this->_oauth->fetch(BASE_API_URL.'/v1/people/~/shares',$datatopost,OAUTH_HTTP_METHOD_PUT);

}

When this function is called, it doesn't send the message to the wall.
Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

始终不够 2024-12-13 04:28:40

你能说得更具体一些吗?问题是什么?
一个建议是只使用这段代码:

<iframe src="//www.facebook.com/plugins/like.php?href&send=false&layout=box_count&width=80&show_faces=false&action=like&colorscheme=light&font&height=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:90px;" allowTransparency="true"></iframe>

Could you be more specific? What is the problem?
One suggestion would be to just use this code:

<iframe src="//www.facebook.com/plugins/like.php?href&send=false&layout=box_count&width=80&show_faces=false&action=like&colorscheme=light&font&height=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:90px;" allowTransparency="true"></iframe>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文