gpt4 book ai didi

iphone - 在 iOS 中使用图形 API 将 friend 标记到墙上的帖子

转载 作者:行者123 更新时间:2023-11-29 03:41:31 25 4
gpt4 key购买 nike

我正在使用此代码在我的墙上发布,同时我想标记我的特定 friend ,但不知道我如何使用 Fbgrapgh API,请帮助我。

[变量 setObject:messageTextView.text forKey:@"message"];[graphref doGraphPost:[NSString stringWithFormat:@"me/feed",self.friendID] withPostVars:变量];谢谢

最佳答案

要标记某人,您必须使用 FbDialogs。除了 FB 对话框之外,您不能以任何方式在状态更新中标记您的 friend 。

要使用 FBDialog 共享状态,请参阅此示例代码

[FBDialogs presentShareDialogWithLink:nil handler:^(FBAppCall *call, NSDictionary *results, NSError *error) {

if(error) {

NSLog(@"Error: %@", error.description);

} else {

NSLog(@"Success!");

}

}];

取自这里https://developers.facebook.com/ios/share-dialog/#statusupdate

关于iphone - 在 iOS 中使用图形 API 将 friend 标记到墙上的帖子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18381178/

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