Facebook发布到墙上的JavaScript不允许我更改“说些什么......”文字

时间:2012-05-07 00:55:15

标签: javascript facebook web social-networking

我正在尝试更改帖子中的“说些什么......”文本部分来提供FB.ui的功能

所有其他内容均显示,但不会更改文本区域中的文字。

我的代码如下:

function postToFeed() {

    // calling the API ...
    var obj = {
      method: 'feed',
      link: 'http://solarhelper.net',
      picture: 'http://solarhelper.net/icon',
      name: 'Find your result using Solar Helper',
      caption: 'Click the link to download the app or get your result online.',
      description: 'I could save ' + incomeYear25 + ' over 25 years and save ' + totalCO2Level + ' tonnes of CO2!',
      message: 'Testing'
    };

    function callback(response) {
        if (response && response.post_id) {
            alert('Post was published.');
        } else {
            alert('Post was not published.');
        }
    }

    FB.ui(obj, callback);

  }

感谢您的帮助

1 个答案:

答案 0 :(得分:1)

不幸的是,你不是,你将无法改变对话框的这一部分。

我认为这种预防应该限制事件更多的垃圾邮件?