【问题标题】:facebook graph api how to add <br> tagfacebook graph api如何添加<br>标签
【发布时间】:2011-09-07 19:06:13
【问题描述】:

我使用 url 链接通过我的 facebook 应用程序发布到我的 facebook 页面 但是当帖子出现时,它不会刹车,以便像这样显示:

来自周围的你好 世界

它是这样显示的

来自世界各地的您好!

https://graph.facebook.com/me/feed?access_token=pageid|token.1-609481694|104294482966963|-SzbaghgDgCur4JPx3C5AQxDLj8&message=hello%20from%20around
the%20world!%20:)&method=post

任何帮助表示赞赏!

【问题讨论】:

    标签: facebook-graph-api


    【解决方案1】:

    试试%0A。前段时间它在 Graph API 中工作。

    【讨论】:

      【解决方案2】:

      我只是在猜测,但您是否尝试过添加 CRLF 对? URL 编码,即%0d0a,这样你的 URL 就会变成

      https://graph.facebook.com/me/feed?access_token=pageid|token.1-609481694|104294482966963|-SzbaghgDgCur4JPx3C5AQxDLj8&message=hello%20from%20around%0d0athe%20world!%20:)&method=post

      从逻辑上讲,我认为应该有效,但我没有尝试过。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-08-05
        • 1970-01-01
        • 2011-12-14
        • 2012-02-08
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多