Facebook deauthorize callback is not called [duplicate] Facebook deauthorize callback is not called [duplicate] laravel laravel

Facebook deauthorize callback is not called [duplicate]


From my personal experience facebook notifications are not reliable.I have developed a few apps that rely on real time updates from facebook and I have experienced following issues:

  1. Updates/callbacks getting lost
  2. Updates delivered days later
  3. When facebook updates graph api version some of the apps work that are still on old version and those that you migrate do not work.

Sometimes to fix it I would remove all subscriptions and re-add them again.After a while I got tired from this and now I do pull as well and real time updates also I have implemented logging and monitoring.

I hope this helps