All Facebook pages have an RSS feed, but it is not listed in the code of the page.
They are in the standardized format:
https://www.facebook.com/feeds/page.php?format=rss20&id=FACEBOOK_ID
Example:
https://www.facebook.com/feeds/page.php?format=rss20&id=179305842224697
To obtain the user ID we can query Facebook for a JSON object that includes the user ID:
http://graph.facebook.com/USERNAME
Example:
http://graph.facebook.com/CryptOfTheNecroDancer
Solution for NewsBlur Users:
They are in the standardized format:
https://www.facebook.com/feeds/page.php?format=rss20&id=FACEBOOK_ID
Example:
https://www.facebook.com/feeds/page.php?format=rss20&id=179305842224697
To obtain the user ID we can query Facebook for a JSON object that includes the user ID:
http://graph.facebook.com/USERNAME
Example:
http://graph.facebook.com/CryptOfTheNecroDancer
Solution for NewsBlur Users:
- User adds as a new source: http://www.facebook.com/CryptOfTheNecroDancer
- NewsBlur does the JSON request for the Facebook ID in the background and generates the proper RSS URL
- NewsBlur adds https://www.facebook.com/feeds/page.php?format=rss20&id=179305842224697 to the user's feed.



