I need help to pull RSS feeds from a facebook page I\'m using the following code but it keeps giving me an error :
string url = \"https://www.facebook.com/f
It works when using Gregorys code above if you change the feed format to atom10 instead of rss20. Change the url:
string url = "https://www.facebook.com/feeds/page.php?id=40796308305&format=atom10";