如何将帖子发送到我的FB墙

时间:2012-03-17 18:54:08

标签: html facebook facebook-graph-api

我有简单的html页面,需要将该页面的数据(标题/文本)发布到我的(我已登录)FB墙

<html>
    <head>
        <title>Send the post to FB</title>
    </head>
    <body>
        <div>
            Title: <input type="text" id="tbTitle" /><br />
            Text: <input type="text" id="tbPostText" /><br />
            <input type="button" value="Send to FB Wall" />
        </div>
    </body>
</html>

我读过http://developers.facebook.com/docs/reference/api/但是没有简单的代码如何做到这一点。谁能帮我解决问题。谢谢!

1 个答案:

答案 0 :(得分:0)

我找到了解决方案:

只需从文本框中获取值并将其传递到下面描述的脚本中:

http://developers.facebook.com/docs/reference/dialogs/feed/