We are showing feeds from Facebook on our website. Until yesterday, we were able to retrieve the feeds in JSON format using the URL below:
https://www.facebo
See the ChangeLog. https://developers.facebook.com/docs/apps/changelog
90-day deprecations (effective Wednesday, January 28, 2015).
The Pages JSON feed (e.g.
https://www.facebook.com/feeds/page.php?id=%2019292868552&format=json
) is now deprecated and will stop returning data from Jan 28, 2015 onwards. Developers should instead call the feed edge on the Graph API's Page object: /v2.2/{page_id}/feed.
And the announcement from Facebook Team. https://developers.facebook.com/bugs/1539780319626180/
Firstly, I want to apologise. Due to a bug the Page RSS feed was removed yesterday in addition to the Page JSON feed.
We are restoring the Page RSS feed immediately. The fix should be deployed in the next 24 hours and I'll let you know as soon as the RSS feed is functional again.
Please note that we will be deprecating the Page RSS feed in the first half of this year. We'll announce a 90 day breaking change as we did for the Page JSON feed.
The reason we're deprecating the feeds is due to a lack of usage (versus the Graph API Page feed). We have decided to focus our efforts on adding features to and improving the quality of the Graph API Page feed endpoint.