2

I have created a page and I would like users to be able to subscribe using rss (similarly as twitter). The only possibility I see is a subscription to notes, not the wall. Any ides how this can be done?

smithystar
  • 41
  • 1
  • 6

3 Answers3

0

This works for personal pages, but I don't think it works on other pages: To get everything on your wall (not just your own status posts), go to your notifications page and select RSS at the top where you have the options of getting either Text Message alerts or an RSS feed of what's on your wall.

ViennaMike
  • 2,207
  • 1
  • 24
  • 38
0

For every page on facebook the RSS url is:

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

Where xxxxxxx is the page id. for example the ID for ubuntu page is 6723083591. so

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

is the RSS feed to that page.

mauris answer while may have been valid in '09 it is possible to get the page feed :-)

Roni
  • 3,308
  • 3
  • 21
  • 27
0

There is no RSS feed for Profile Walls due to the complexity, permissions and the amount of posts to walls.

There is only RSS for notes:

Example:

http://www.facebook.com/feeds/notes.php?id={target_user_id}&viewer={viewer}key={key}&format=rss20

mauris
  • 42,982
  • 15
  • 99
  • 131
  • This are notes from the Page, not the posts on the wall. I want to see the wall posts in the RSS feed. – smithystar Nov 06 '09 at 01:25
  • @mauris FYI, 3 years later, this is possible :-) http://facebook.stackoverflow.com/a/15201579/910325 – Roni Mar 04 '13 at 12:27