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:)];
答案 0 :(得分:0)
我也遇到了同样的问题。您应该使用https://developers.facebook.com/docs/ios/share-dialogs-ios-sdk/分享对话框,而不是请求,您可以使用该对话框将网络内容发送给朋友的Feed。