Facebook 实时更新不会调用我们的服务器
我们不久前集成了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有时 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.