↧
Answer by katzu for Pulling in Facebook Feed
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...
View ArticlePulling in Facebook Feed
Recently, we were using this format to pull an XML feed from Facebook for one of our clients: http://www.facebook.com/feeds/page.php?id={ID HERE}&format=atom10Just today, this seems to not work...
View Article