我正在使用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);
}
调用此函数时,它不会向墙发送消息。 请帮忙。
答案 0 :(得分:0)
<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>