我有简单的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/但是没有简单的代码如何做到这一点。谁能帮我解决问题。谢谢!
答案 0 :(得分:0)