Facebook 实时更新不会调用我们的服务器

发布于 2024-12-07 02:32:12 字数 426 浏览 0 评论 0原文

我们不久前集成了 Facebook 实时更新,效果很好。

最近我们发现回调没有发生。

我们检查了我们的订阅,看起来是正确的。

array(2) {
 [0]=>
 array(4) {
  ["object"]=>
  string(4) "user"
  ["callback_url"]=>
  string(62) "https://OUR_CALLBACK_URL"
  ["fields"]=>
  array(2) {
    [0]=>
    string(7) "friends"
    [1]=>
    string(5) "likes"
  }
  ["active"]=>
  bool(true)
}
[1]=>

但是当用户点赞或更改点赞时。我们没有得到回调。

We had integrated facebook real-time updates a while ago and it worked fine.

Recently we have seen that the callbacks are not happening.

we checked our subscriptions and it looks correct.

array(2) {
 [0]=>
 array(4) {
  ["object"]=>
  string(4) "user"
  ["callback_url"]=>
  string(62) "https://OUR_CALLBACK_URL"
  ["fields"]=>
  array(2) {
    [0]=>
    string(7) "friends"
    [1]=>
    string(5) "likes"
  }
  ["active"]=>
  bool(true)
}
[1]=>

But when the user makes a like or changes the likes. we do not get a callback.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执手闯天涯 2024-12-14 02:32:12

有时 Facebook 确实存在错误,也可能是暂时的中断。我建议尝试重新注册您的订阅,看看是否有帮助。

Sometimes Facebook does have bugs and it could be a temporary outage too. I would suggest trying to re-register your subscriptions and seeing if that helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文