How do I create an RSS feed of a Facebook group? I see there's sites you can pay, but how do I go about doing it myself? Do they actually scrape the content, or does Facebook actually provide some way to get the information?
Asked
Active
Viewed 3.7k times
3 Answers
15
UPDATE September 14th 2018: There is no public option to do that anymore. Only apps that get manually reviewed and approved by Facebook would be able to, and that effectively shuts down most if not all of them.
-
11Both seem to be broken by now. – Mateng Mar 07 '17 at 08:57
0
You can use a command-line utility called Tweeper to generate an RSS feed from a Facebook Group (as well as other sites, including Twitter (for which it was originally created) and Instagram.

Steven Buehler
- 46
- 7
-3
To get RSS from Facebook group
- find the group. You'll notice the group is in the format https://www.facebook.com/groupname/ID/ where ID is some numbers.
- copy the ID and paste it in the following link: https://www.facebook.com/feeds/page.php?id=ID&format=rss20
If there is no ID in the URI, just replace www with graph in the URI, and you'll find the ID in the JSON.

Dani
- 27
- 1
-
3Well, that is the method for Facebook pages, not groups. :-( – Stefan Pettersson Mar 07 '14 at 21:38