0

slRequestFacebook ユーザーウォールを使用して画像を投稿するにはどうすればよいですか?

-(IBAction)done
{
    NSString *message=@"hello";

    NSString *picture=[[NSBundle mainBundle]pathForResource:@"4" ofType:@"jpg"];

    NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys:message, @"message",picture,@"picture", nil];
}
4

2 に答える 2