How to attach the UIImage to the post on Facebook using SLRequest. This is my code:
SLRequest *facebookRequest = [SLRequest requestForServiceType:SLServiceTypeFacebook
requestMethod:SLRequestMethodPOST
URL:[NSURL URLWithString:@"https://graph.facebook.com/me/feed"]
parameters:[NSDictionary dictionaryWithObject:post forKey:@"message"]];
I know that it is necessary to specify the picture in parameters, but I do not know as it to make.