gpt4 book ai didi

ios - 如何使用 FBWebDialogs 在 presentFeedDialogModallyWithSession 中传递多个 facebook Id?

转载 作者:行者123 更新时间:2023-11-29 12:48:55 24 4
gpt4 key购买 nike

如何使用 FBWebDialogspresentFeedDialogModallyWithSession 中传递多个 facebook Id?

NSMutableDictionary *params1 = [NSMutableDictionary dictionaryWithObjectsAndKeys:

FACEBOOK_APP_ID, @"app_id",

@"http://www.google.com", @"link",

@"TestApp", @"name",

@"I'm playing Guess This for iOS. Join my leaderboard!", @"message",

@"Guess This is a social puzzle game, just match the pictures to a

word or
phrase.", @"caption",
facebookID,@"to",nil];


[FBWebDialogs presentFeedDialogModallyWithSession:session//[FBSession activeSession]

parameters:params1

handler:

^(FBWebDialogResult result, NSURL *resultURL, NSError *error){

}];

那么如何在 facebookId String 中传递多个 facebook Id?

最佳答案

在使用 Feed DialogSend Dialog 时,您不能添加超过 1 个 id

关于ios - 如何使用 FBWebDialogs 在 presentFeedDialogModallyWithSession 中传递多个 facebook Id?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22904253/

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