gpt4 book ai didi

IOS Facebook 应用程序网址 fb ://options besides publish

转载 作者:可可西里 更新时间:2023-11-01 05:15:16 25 4
gpt4 key购买 nike

已经有一些关于此的帖子,但它没有回答我的直接问题。

目前我们使用的代码如下:

NSString *post = [NSString stringWithFormat:@"fb://publish/profile/me?text=%@",@"Some Link"];
BOOL canOpenURL = [[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:post]];

if ( canOpenURL && ![Utils isipad] && hFaceBookCheckAppFirst )
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:post]];

等这适用于定位。它启动 Facebook 应用程序,然后用户可以发帖等。

还有哪些动词可以代替

fb://publish

似乎找不到这方面的文档。似乎不在 Facebook SDK 文档中,它会打开 Web 界面。

最佳答案

本站lists all of the verbs associated with the fb:// handler.

奇怪的是,我在 Facebook 的网站上找不到此信息。

关于IOS Facebook 应用程序网址 fb ://options besides publish,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9270802/

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