gpt4 book ai didi

captcha - 方法为 'feed' 的 FB.ui 会产生 'unknown error' 和验证码请求

转载 作者:行者123 更新时间:2023-12-02 02:38:30 28 4
gpt4 key购买 nike

我们正在使用以前使用过的代码,因此我怀疑这可能与站点相关。在使用标准时:

FB.ui(
{
method: 'feed',
app_id: '<?= $LDP->config->facebook->id ?>',
name: 'Post Name',
link: flink,
picture: "https://www.domain.ca/templates/visual/images/share.gif",
caption: "Caption",
description: 'Join the fun today!',
actions: [
{ name: "Check it out!", link: flink }
]
},
function(response) {
if (response && response.post_id) {
alert('Post was published.');
} else {
alert('Post was not published.');
}
}
);

它首先显示预期的共享对话框,当您单击右下角的按钮进行流发布时,会出现一个新的弹出窗口:

标题:需要验证码

未知错误

安全检查请输入下面的文字

[验证码出现]

唯一的按钮是“确定”。正确解决验证码会导致崩溃(Facebook 服务器抛出 500 错误)。

有什么想法吗?

最佳答案

我也遇到过这种情况。我可以确认更改链接中的域会使一切顺利。

我为我们的应用程序获得了一个并行域,三天后出现了带有“未知错误”的相同验证码。最重要的是,即使用户给出了正确的验证码,帖子仍然会失败。这非常烦人,我们收到了用户的投诉。

关于captcha - 方法为 'feed' 的 FB.ui 会产生 'unknown error' 和验证码请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8872336/

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