如何使用 Graph API 将带有特殊字符的消息发布到 Facebook feed?

发布于 2024-10-29 13:02:24 字数 184 浏览 1 评论 0原文

我可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

唔猫 2024-11-05 13:02:24

确保您使用的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文