Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
strangely it works for permissions and not for user object. – Chandrashekar Vijayarenu Sep 26 '11 at 23:14
I am having the same issue. Did you solved it? – fuzzyalej Dec 1 '11 at 11:51
It looks like it was some facebook issue. It got resolved by itself. – Chandrashekar Vijayarenu Dec 8 '11 at 23:03

1 Answer

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.

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 17:46
Thanks. I think it was some facebook issue. It got resolved by itself. – Chandrashekar Vijayarenu Mar 22 '12 at 17:21
Just like I said. :) – DMCS Mar 22 '12 at 19:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.