如何使用 Graph API 将带有特殊字符的消息发布到 Facebook feed?
我可以使用 Facebook Graph API 成功地将消息发布到我的 Facebook feed。我用来实现此目的的脚本有时必须包含特殊字符,例如“é”、“è”等...发生这种情况时,会出现消息,其中这些特殊字符被问号 (?) 代替,而不是实际角色。我一直在尝试在发布字符之前对字符进行编码,并且它们按原样显示。
我该如何解决这个问题?
I can successfully post a message to my Facebook feed using the Facebook Graph API. The script I'm using to achieve this sometimes have to include special characters like "é","è",etc...And when this happens, the message appears with these special characters replaced by question mark (?) instead of the actual character. I've been trying to encode characters prior to posting it and their shows up as is.
How can I solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您使用的是 UTF-8 编码。 facebook 是 UTF-8,如果您使用默认的 ANSI,则会出现特殊字符问题。
make sure you're using UTF-8 encoding. facebook is UTF-8 and will have problems with special characters if you're using the default ANSI.