如何使用slRequest
Facebook 用户墙发布图像?
-(IBAction)done
{
NSString *message=@"hello";
NSString *picture=[[NSBundle mainBundle]pathForResource:@"4" ofType:@"jpg"];
NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys:message, @"message",picture,@"picture", nil];
}