2013-09-23 75 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要求開放其他網址

回答