0
var obj = {
 method: 'feed',
 link: mylinkt,
 picture: 'http://fbrell.com/f8.jpg',
 name: 'Poonkt.us - My new Quote!',
 message: 'Test?', //<<--cant I access this?
 description: desc
};

FB.ui(obj);

有没有可能我可以更改 Facebook 提要对话框的消息参数?

提前致谢。

4

1 回答 1

1

Message is not a parameter according to the docs and it does even show up during the feed

Using api you cannot have a default value in message box

DEMO (the demo is to say that even with a message parameter the feed does not contain any message)

Hope this helps

于 2012-05-17T19:59:03.720 回答