gpt4 book ai didi

ios - 从 applinkshost 创建的 Facebook AppLink

转载 作者:行者123 更新时间:2023-11-28 21:24:53 26 4
gpt4 key购买 nike

我使用 UIActivityViewController 分享内容,代码很简单:

  UIActivityViewController* activityViewController = [[UIActivityViewController alloc] initWithActivityItems:[feedCell activityItems]
applicationActivities:nil];
[self presentViewController:activityViewController animated:YES completion:NULL];

activityItems 在哪里:

- (NSArray *)activityItems {
return @[self.titleLabel.text, self.titleImageView.image, [NSURL URLWithString:@"https://fb.m..234"]];
}

无法弄清楚,是否可以创建从 Facebook 创建的应用程序链接 App Links Hosting API有一个拇指 + 安装/打开按钮?

我创建了一个,效果很好,但它只有一个标题和 fb.me..:

enter image description here

我的目标是让它看起来像这样:

enter image description here

感谢您的帮助。

最佳答案

不,这似乎是不可能的。 https://developers.facebook.com/docs/graph-api/reference/v2.7/app-link-host列出应用程序链接宿主对象具有的字段 - 没有缩略图。

如果您想要缩略图,则必须将应用链接元数据添加到现有 URL:https://developers.facebook.com/docs/applinks/add-to-content这样,您也可以使用所有其他 OG 元标记。

关于ios - 从 applinkshost 创建的 Facebook AppLink,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38502096/

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