How to create a RSS feed from a Facebook list? - facebook

I am currently looking for a way to create a RSS feed from a Facebook list (for example a collection of groups and pages collected together to a list by a user).
A Facebook list has the following URL pattern:
https://www.facebook.com/lists/17845112701005975
Does anyone know how to create or generate a RSS feed from such a list?

Related

How to check if a URL is a valid RSS feed in scala

I have an input where users can add their URLs. Before adding them to my RSS feed list I should check if it is a valid RSS feed. Is there any way of doing this in scala?

facebook graph api '{user-id/feed/}'doesn't show feed properly

I want to get feed of friends whose are in the my friend list ({me/friends})
I have right permissions to do that. (user_friends and read_stream)
But the result of api doesn't show feeds of my friends properly ({user-id/feed})
To be exact, the result feeds are the part of the real feed.
What's wrong with that?
You cannot get the feed of friends specific to the friends list, but you can get the user's stream / home feed using:
/me/home
It shows all the posts by friends, pages, etc. In comparison, /me/feed shows what the user has posted.

Getting a list of facebook posts and displaying them manually

Is it possible to retrieve a list of facebook posts and display them manually, that is, not by including some external element from facebook? I'd like something like an xml or json feed, containing my posts, so that I can display them on my site however I want.
This link shows how to use Facebook's SDK to get a user's feed...and then you can do with it as you please!

Facebook page's posts feed

Does anyone know how to fetch a facebook page's rss-feed nowadays? When I log in as a page and go to http://www.facebook.com/feeds/notifications.php?id=xx&viewer=xx&key=xx&format=rss20, I get an empty feed. Is there a corresponding "page" feed that contains the pages posts?
Thanks,
/M
The IDs in the URL below are the IDs you need to find to create your rss feed.
http://www.new.facebook.com/feeds/notifications.php?id=YOUR_FACEBOOK_ID&viewer=YOUR_FACEBOOK_ID&key=YOUR_INTERNAL_KEY&format=rss20
There are 3 numbers in this URL. The number that follows “id” is your Facebook ID number. This number appears twice. The last number is your Facebook Internal Key. Copy these numbers and set them aside.
Step #03: Go to your Facebook Friends Page:
http://www.facebook.com/friends/?ref=tn
Step #04: Click on the “Friends Status’ Feed” link on the page.
You should now see a RSS feed of your friends’ activities. The URL will look like this:
http://www.new.facebook.com/feeds/friends_status.php?id=your_facebook_id&key=your_friends_key&format=rss20
The second number is your Facebook Friends Key. Copy this number and put it aside.
Step # 05: Create the RSS URLs
Once you have your 3 Facebook numbers (facebook_id, your_internal_key and your_friend_key), you’re ready to make your custom RSS feeds. All you have to do to is copy and paste them into the link structures below.
Status Feed
http://www.new.facebook.com/feeds/status.php?id=your_facebook_id&viewer=your_facebook_id&key=your_internal_key&format=rss20
Notifications Feed
http://www.new.facebook.com/feeds/notifications.php?id=your_facebook_id&viewer=your_facebook_id&key=your_internal_key&format=rss20
Friends Status Feed
http://www.new.facebook.com/feeds/friends_status.php?id=your_facebook_id&key=your_friends_key&format=rss20
Friends Links Feed
http://www.new.facebook.com/feeds/share_friends_posts.php?id=your_facebook_id&key=your_friend_key&format=rss20
Friends List Feed
http://www.new.facebook.com/feeds/friends_status.php?id=your_facebook_id&key=your_friend_key&format=rss20
RSS 2.0
http://www.facebook.com/feeds/page.php?format=rss20&id=PAGE ID
Alternative option
Facebook RSS
Just a note, Facebook deprecated their Page RSS feeds on the 23rd of June 2015. fbrss.com still seems to work though.
For more info, see: https://developers.facebook.com/docs/apps/changelog#v2_3_90_day_deprecations
Step 1: Find your Facebook ID of the page: http://findmyfacebookid.com/
Step 2: Add the ID at the end of following url string
http://www.facebook.com/feeds/page.php?format=rss20&id="ADD HERE ID NUMBER ONLY"
e.g. facebook.com/feeds/page.php?format=rss20&id=100001463662167

Status/news feed?

Hello im really new to this and ive searched the web for answers about it.
I wanna create a newsfeed from a facebook "fanpage" and add it to a website to get a newsfeed of statuses showing on the html site. How do i create this?=
You can use the Graph API to pull a list of posts from a page wall
Documentation: https://developers.facebook.com/docs/reference/api/page/#connections
Example: https://developers.facebook.com/tools/explorer/?method=GET&path=19292868552%2Ffeed