Facebook iPhone SDKで友達にダイアログでダイレクトメッセージを送るには? このコードを試してみましたが、正しく動作しませんか?
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"I'm using the MyFBTest App", @"name",@"http://listentowebby.com/wp-content/themes/cw/images/facebook.png", @"link",nil];
AppDelegate *delegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
[[delegate facebook] dialog:@"send"
andParams:params
andDelegate:self];