我正试图改变一个员额的“Says.......”部分,以补充联邦院的职能。
所有其他情况都表明,但并没有改变案文领域的案文。
我的法典如下:
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);
}
感谢您的帮助