Facebook pages have the RSS URL to get the updates, for example http://www.facebook.com/feeds/page.php?id=00000000000000&format=rss2开发者_StackOverflow中文版0
.
I see that there is a corresponding JSON version at http://www.facebook.com/feeds/page.php?id=00000000000000&format=json
.
What is the exact list of available formats?
The formats supported are:
- RSS 2.0 (rss20)
- JSON (json)
- ATOM 1.0 (atom10)
The links are the value for the 'format' needed to get that format feed - links are to the 'Facebook' page.
精彩评论