2010-07-23 60 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