facebook api 不能使用换行符吗?

发布于 2024-12-11 01:44:03 字数 261 浏览 0 评论 0原文

好的,我的应用程序代表用户创建一个事件。我已经弄清楚了一切,除了当我的用户在我的应用程序上输入事件描述(在文本框中)并且我将信息作为帖子发送到 facebook 时,facebook 不会将 \n 或 \r 解释为换行符,而是逃脱了他们。

我知道字符串中不允许使用 html 标签,但不允许事件换行!!!我尝试在之前的帖子中使用 base,但 facebook 修补了这个错误,它不再起作用。

任何知道如何合并换行符的人!!我可以以某种方式修改 facebook sdk 吗?

Ok so my applications creates an event on behalf of the user. I got everything figured out except for the fact that when my user enters the event description on my app (in a textbox) and i send the info to facebook as a post, facebook does not interpret the \n or \r as line breaks but escapes them.

I understand not allowing html tags in your strings, but not event linebreaks!!! I tried using base on earlier posts but facebook patched this bug and it no longer works.

Anyone out there who has an idea on how to incoperate line breaks!! Can i modify the facebook sdk somehow?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

绝對不後悔。 2024-12-18 01:44:03

Facebook Graph API 不支持此功能。人们已经找到了一些黑客解决方法,但 Facebook 修补了这些解决方法后,它们就停止工作了。最好将其记录为新错误跟踪工具上的功能请求。

This is not supported by the Facebook Graph API. People have found a couple hack workarounds but then Facebook patches those and they stop working. It would be best to log this as a feature request on their new bug tracker tool.

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