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:)];
Facebook的apprequest對話框的onclick要求開放其他網址
不,我發送apprequest而不是我的飼料。您的分享Feed解決方案。但我在發送apprequest時遇到問題 –