Facebook对话框共享无法正确解析表情符号

时间:2018-03-26 11:36:57

标签: javascript facebook facebook-graph-api share

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

我希望在报价中传递一个表情符号,但在共享时,解码后的文本会有一些垃圾值代替表情符号。

enter image description here

0 个答案:

没有答案