我的代码就像 ::
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"hi test", @"message", @"Check this out", @"notification_text", self.objFriendBean.FBUserId, @"to", nil];
[appDelegate.fbGraph dialog:@"apprequests" andParams:params CallbackObject:self andSelector:@selector(isSendNotificatonToFriend:)];