gpt4 book ai didi

IOS fb 邀请已发送但未显示在用户墙上

转载 作者:行者123 更新时间:2023-11-29 13:15:12 25 4
gpt4 key购买 nike

我正在从我的应用程序向 Facebook 好友发送请求,但在我发送请求的 Facebook 用户的墙上没有收到任何通知?

我正在使用 FB SDK 3.2(我希望它是最新的)

以下是我用来发送请求的代码

NSMutableDictionary* params =   [NSMutableDictionary dictionaryWithObjectsAndKeys:
friendList, @"to",
nil];
[FBWebDialogs presentRequestsDialogModallyWithSession:nil
message:[NSString stringWithFormat:@"I just smashed %d friends! Can you beat it?", 15]
title:@"Total Smashed Score"
parameters:params
handler:^(FBWebDialogResult result, NSURL *resultURL, NSError *error) {
if (error) {
// Case A: Error launching the dialog or sending request.
NSLog(@"Error sending request.");
} else {
if (result == FBWebDialogResultDialogNotCompleted) {
// Case B: User clicked the "x" icon
NSLog(@"User canceled request.");
} else {
NSLog(@"Request Sent.");
}
}
}
];

请求对话框正确显示,当我单击发送按钮时,邀请已发送但未显示在用户墙上。我们将不胜感激任何类型的帮助。

问候。

最佳答案

邀请永远不会显示在用户的墙上/时间轴上。只有发送给他们的用户才能私下查看。将出现在 Requests page 上或作为给用户的通知。

关于IOS fb 邀请已发送但未显示在用户墙上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16008985/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com