2013-09-23 38 views
2

我的代码是这样::

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:)]; 

enter image description hereFacebook的apprequest对话框的onclick要求开放其他网址

回答