https://developers.facebook.com/docs/sharing/reference/share-dialog
可以在此处测试示例fb对话框共享。 http://www.fbrell.com/saved/2779dc018c325d85d650a3b723239650
FB.ui({
method: 'share',
display: 'popup',
quote:'I am title ⭐ 0x1F601 :) ',
href: 'https://developers.facebook.com/docs/',
}, function(response){});
我希望在报价中传递一个表情符号,但在共享时,解码后的文本会有一些垃圾值代替表情符号。