I have an application that retrieves data from Facebook. Users authorize the application to read and write to their pages, and we read their data and publish it from our application. All interaction takes place through the PHP interface that Facebook provides.
Over the past few months, our application has flawlessly completed this task. However, in recent days we began to notice a problem with certain pages.
We exit and retrieve data for a specific page, and we no longer receive any data. Instead, Facebook returns us an empty result. This obviously causes problems in our application that should read this data.
We can still write data simply.
I am at a point where I am not sure what it could be. Any common scripts or recent Graph API issues that might cause this?
source
share