使用javascript sdk分享facebook帖子



我可以在facebook上分享任何链接:

FB.ui(
{
method: 'feed',
name: 'TagBin',
link: 'https://tagbin.in',
picture: '',
caption: 'tagbin-share',
description: 'tagBin provide a simple, consistent interface for sharing links.'
},
function(response){
  if (response && response.post_id) {
    alert('Post was published.');
  } else {
    alert('Post was not published.');
  }
})

但是它打开了一个对话框,我能做到不打开对话框吗?谢谢…

On wall ->NO团体——>是的最好使用log,否则会导致垃圾邮件

最新更新