2012-01-31 26 views
0

使用OAuth/Facebook-C#-SDK?發帖時的圖像等:如何將圖像發佈到朋友的牆上而無需調整大小?

http://im.in.com/connect/images/profile/oct2009/Google_300.jpg

調整爲:

enter image description here

我的C#代碼:

var args = new Dictionary<string, string>(); 
args["message"] = "..."; 
args["picture"] = "http://im.in.com/connect/images/profile/oct2009/Google_300.jpg"; 
string uri = String.Format("{0}/feed", id); 
dynamic result = facebook.Post(uri, args); 

如何解決這一問題?提前致謝。

回答

0

這沒有「修復」。 Facebook縮小圖像以適應其Feed圖像大小限制。