简体   繁体   English

Facebook Js FB.ui如何更改消息参数?

[英]Facebook Js FB.ui how can I change the message parameter?

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);

Is there any possibility I can change the Facebook feed dialog's message parameter? 我是否有可能更改Facebook feed对话框的message参数?

Thanks in advance. 提前致谢。

Message is not a parameter according to the docs and it does even show up during the feed 根据文档Message不是参数,它甚至会在Feed中显示

Using api you cannot have a default value in message box 使用api时,消息框中不能有默认值

DEMO (the demo is to say that even with a message parameter the feed does not contain any message) DEMO (演示是指即使具有message参数,提要也不会包含任何消息)

Hope this helps 希望这可以帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM