iatek / jquery-socialist

jquery social media plugin that aggregates and combines Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest and.. Combine social feeds from multiple social networks or RSS in elegant layouts via this social plugin.
http://plugins.in1.com/socialist
MIT License
629 stars 213 forks source link

Facebook RSS not working #80

Open Moogie opened 11 years ago

Moogie commented 11 years ago

So, I gather the Facebook feed will only show profile photo changes - I thought I'd be cunning and use the rss feed to display posts etc. However, the Facebook RSS feed seems not to display at all -anyone know why?

http://www.facebook.com/feeds/page.php?format=rss20&id=169514039758848

$('#wall').socialist({
    networks: [

{name:'youtube',id:'ichfevents'}, {name:'pinterest',id:'ICHFEvents'}, {name:'linkedin',id:'ichf-events'}, {name:'facebook',id:'169514039758848'}, {name:'rss',id:'http://www.facebook.com/feeds/page.php?format=rss20&id=169514039758848'} ] });

Does anyone have some code to access the facebook posts in another way?

Also, any progess with the twitter API 1.1 issue?

Thanks for the fab plugin by the way :)

Jaace commented 11 years ago

I too would like to know why specifying the feed for Facebook as an RSS won't work. I get results back when I test it outside of Socialist.js