gpt4 book ai didi

iPhone:带有预填充消息的 Facebook FBDialog

转载 作者:可可西里 更新时间:2023-11-01 03:40:24 25 4
gpt4 key购买 nike

今天,我注意到我一直用来使用 Facebook SDK 显示 FBDialog 的代码不再有效,该代码显示带有预填充文本的对话框。它只是显示带有空文本字段的对话框。我要显示的文本丢失了。

有没有其他人遇到过类似的问题,或者是否有更好的方法用字符串预填充文本字段?

这是我用来调用 FBDialog 的代码:

NSString * message = @"Pre-filled Text";
NSMutableDictionary * params = [NSMutableDictionary dictionaryWithObjectsAndKeys: message, @"message", nil];
[facebook dialog:@"feed" andParams:params andDelegate:self];

最佳答案

这是预期的行为。 https://developers.facebook.com/docs/reference/dialogs/feed/

message: This field will be ignored on July 12, 2011 The message to prefill the text field that the user will type in. To be compliant with Facebook Platform Policies, your application may only set this field if the user manually generated the content earlier in the workflow. Most applications should not set this.

关于iPhone:带有预填充消息的 Facebook FBDialog,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6948332/

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