2010-07-23 69 views
0

要發佈在Facebook上的照片捲曲模擬需要執行:從爲Facebook發佈

curl -F 'access_token=...' \ 
    -F '[email protected]' \ 
    -F 'message=Caption for the photo' \ 
    https://graph.facebook.com/me/photos 

例如developers.facebook.com/docs/reference/api/photo

如何創建同一職位請求在iPhone應用程序?

回答

0

我喜歡ASIHTTPRequest庫很多。如果沒有這個庫,你將不得不使用NSURLConnection,這是一個更低的水平。

+0

是否有可能做NSURLConnection的? – Ricardo 2010-07-23 12:45:52

+0

是的,正如我所說,這是可能的。如果谷歌爲「NSURLConnection的崗位」的第一個結果是這裏堆棧溢出:http://stackoverflow.com/questions/2071788/iphone-sending-post-with-nsurlconnection – 2010-07-25 11:48:33