facebook api 不能使用换行符吗?
好的,我的应用程序代表用户创建一个事件。我已经弄清楚了一切,除了当我的用户在我的应用程序上输入事件描述(在文本框中)并且我将信息作为帖子发送到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.