开发者

Facebook Real-time updated does not call our servers

开发者 https://www.devze.com 2023-04-08 09:13 出处:网络
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 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开发者_JS百科) "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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消