2012-03-17 25 views
0

我有簡單的HTML頁面,並需要從該頁面的數據(標題/文)張貼到我(我登錄)FB牆如何將郵寄給我的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

嘗試[喜歡按鈕(HTTPS://developers.facebook。 com/docs/reference/plugins/like) – Lix 2012-03-17 18:57:39

+0

沒有簡單的方法。你將不得不編寫PHP代碼。這裏是詳細的教程http://blog.theunical.com/facebook-integration/5-steps-to-publish-on-a-facebook-wall-using-php/ – 2012-03-17 20:34:22

回答