gpt4 book ai didi

ios - Facebook 分享 :- "An error occured.Please try again later" when sharing itunes link

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:01:27 29 4
gpt4 key购买 nike

我正在使用 fb graph api,当我尝试共享我的应用程序的 itunes 链接时,FbWebDialog 显示“发生错误。请稍后再试”。

这是我的代码:-

NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"mayank", @"name",
@"test sharing", @"caption",
@"example", @"description",
@"https://itunes.apple.com/in/app/myApp/id12345", @"link",

nil];

// Show the feed dialog
[FBWebDialogs presentFeedDialogModallyWithSession:nil
parameters:params
handler:^(FBWebDialogResult result, NSURL *resultURL, NSError *error) {
if (error) {
//error
} else {
if (result == FBWebDialogResultDialogNotCompleted) {

} else {
// Handle the publish feed callback
NSDictionary *urlParams = [self parseURLParams:[resultURL query]];

if (![urlParams valueForKey:@"post_id"]) {
// User cancelled.


} else {
// User clicked the Share button
NSString *result = [NSString stringWithFormat: @"Posted story, id: %@", [urlParams valueForKey:@"post_id"]];

}
}
}
}];

当我删除或更改链接参数时,共享完美完成。

最佳答案

使用它在 FB 上分享 iTunes 链接。 https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=xyz将 xyz 替换为您的 iTunes 应用程序 ID。

关于ios - Facebook 分享 :- "An error occured.Please try again later" when sharing itunes link,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22092036/

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