SLRequestを使用して Facebook の投稿にUIImageを添付する方法。これは私のコードです:
SLRequest *facebookRequest = [SLRequest requestForServiceType:SLServiceTypeFacebook
requestMethod:SLRequestMethodPOST
URL:[NSURL URLWithString:@"https://graph.facebook.com/me/feed"]
parameters:[NSDictionary dictionaryWithObject:post forKey:@"message"]];
パラメータで絵を指定する必要があることは知っていますが、どのように作ればいいのかわかりません。