slRequest
Facebook ユーザーウォールを使用して画像を投稿するにはどうすればよいですか?
-(IBAction)done
{
NSString *message=@"hello";
NSString *picture=[[NSBundle mainBundle]pathForResource:@"4" ofType:@"jpg"];
NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys:message, @"message",picture,@"picture", nil];
}