0
https://developers.facebook.com/docs/javascript/reference/FB.uiFb.UI不工作,所以罰款
與Facebook API的新的更新,我一直試圖展現在時間軸份額的對話,但不要只認我href
..
我能做什麼?
代碼:
FB.ui({
name: 'Mejores Huecas',
link: 'www.lasmejoreshuecas.com',
from: '1469541393326876',
caption: 'Las mejores huecas!',
method: 'share',
href: 'https://apps.facebook.com/mejoreshuecas/?fb_source=search&ref=ts&fref=ts',
},
function(response) {
if (response && !response.error_code) {
//alert('Posting completed.');
}
else {
//alert('Error while posting.');
}
}
);