Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get facebook page rss feed (everyone)

Tags:

facebook

rss

If you view facebook page, they are link left-bottom shows rss feed for facebook page, but unfortunately, the feed only shows status update by page owner, is there anyway to get feed from everyone who post the new status in the page....

like image 658
lochoe Avatar asked Feb 26 '12 10:02

lochoe


1 Answers

There's another way to get the feed from a public Facebook page as RSS, which is entirely public and can be retrieved anonymously; i.e. requires no Facebook connect or other stuff. The format for the URL of the RSS feed is:

https://www.facebook.com/feeds/page.php?id=PAGE_ID&format=rss20  

Where PAGE_ID is the Facebook ID of the page. Or even better, as JSON:

https://www.facebook.com/feeds/page.php?id=PAGE_ID&format=json  
like image 53
Mick Byrne Avatar answered Sep 22 '22 08:09

Mick Byrne