2012-02-27 47 views

回答

0

我認爲C#的Facebook SDK可以幫助你......

Dictionary<string, string> postArgs = new Dictionary<string, string>(); 
postArgs["message"] = "Hello, world!"; 
api.Post("/userid/feed", postArgs); 
從這裏的文檔採取

...

https://github.com/facebook/csharp-sdk

其他鏈接...

http://facebooksdk.codeplex.com/wikipage?title=ASP.NET%20MVC%20Sample&referringTitle=Documentation

http://facebooktoolkit.codeplex.com/

http://multitiered.wordpress.com/2010/08/05/getting-started-with-the-facebook-c-sharp-sdk/

+0

Thanks!所以我需要創建一個應用程序來首先獲取我的令牌? – MiaoWin 2012-02-27 11:26:09

+0

你需要註冊你的應用程序,以防你想與facebook api交互,這是真的......但爲了看到第二個鏈接...... – silverfighter 2012-02-27 11:35:46