0
我已經設法讓分享按鈕工作,但它沒有正確地爲每個圖像格式化帖子,所以我嘗試了FB.ui方法,但是這似乎只允許我張貼到自己的牆上?我完全沒有得到FB Api?文檔幾乎SUCKS開發的Facebook頁面上...Facebook javascript ui發佈到牆,頁面或消息?
var fbConfig = {
method: 'feed',
display: 'popup',
name: scope.content.post.post_title,
link: scope.link,
picture: scope.content.image.src,
caption: scope.content.post.post_title + ' is featured on The Sexiest Non Profit Ever\'s website',
// description: 'a slightly longer description...',
// redirect_uri: 'http://www.thesexiestnonprofitever.org/'
};
FB.ui(fbConfig, function(response){
});