1

I would like to subscribe to some user (not me) Facebook posts via RSS feed. I heard Facebook disabled native RSS feed feature some years ago.
Is there a way to get RSS feed from Facebook posts of some user?

I heard Zapier supports this only for your own Facebook pages - I need this not for my user.
Fetchrss says "Facebook privacy policies does not allow us to generate RSS for most user profiles" - I need this for user profile.

nickolay.laptev
  • 2,253
  • 1
  • 21
  • 31

1 Answers1

1

There isn’t a build-in function for this. (RSS feeds used to be a thing for pages, but never for user profiles.)


Any app that wants to create such a feed itself by reading the user’s posts via API, would need that user’s explicit permission to do so first.

The basic permission needed is mentioned in the documentation under https://developers.facebook.com/docs/graph-api/reference/v4.0/user/feed#read

04FS
  • 5,660
  • 2
  • 10
  • 21