Facebook has recently stopped supporting rss feed. Are there any ways to retrieve rss feed from Graph API or some more easy way to retrieve feed from Facebook without much hassel?
Asked
Active
Viewed 2,474 times
2
-
https://developers.facebook.com/docs/graph-api/reference/v2.3/user/feed – Moonhead Jun 23 '15 at 18:55
-
1Yup, as of today all the rss feeds (and json option) in the format: https://www.facebook.com/feeds/page.php?id=$pageid&format=rss20 stopped working. Looks like token options may be required from here on out. – gerbz Jun 23 '15 at 19:31
-
1Officially deprecated - https://developers.facebook.com/docs/apps/changelog#v2_3 – gerbz Jun 23 '15 at 19:38
2 Answers
0
This PHP script converts the Graph API JSON feed to RSS: https://github.com/khawkins98/facebook-json-to-rss

Ted
- 1
-
Link only answers aren't suitable for SO - primarily because if the link's content changes (or disappears), but also because it doesn't explain how this link solves the OP's question. – brandonscript Jun 26 '15 at 00:41
-
I'm not a coder. Can you be more specific on how to use this script? – anhchuong95 Jun 26 '15 at 04:05