4

我的代码就像 ::

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

在此处输入图像描述

4

1 回答 1

0

我也有同样的问题。您应该使用https://developers.facebook.com/docs/ios/share-dialogs-ios-sdk/共享对话框而不是请求,您可以使用该对话框将 Web 内容发送到您的提要朋友。

于 2013-09-23T15:33:33.487 回答