如何使用SLRequest将UIImage附加到 Facebook 上的帖子。这是我的代码:
SLRequest *facebookRequest = [SLRequest requestForServiceType:SLServiceTypeFacebook
requestMethod:SLRequestMethodPOST
URL:[NSURL URLWithString:@"https://graph.facebook.com/me/feed"]
parameters:[NSDictionary dictionaryWithObject:post forKey:@"message"]];
我知道有必要在参数中指定图片,但我不知道如何制作。