khawkins98 / facebook-json-to-rss

Converts the JSON from Facebook's Graph API to RSS
Apache License 2.0
15 stars 4 forks source link

RSS Feeds can't refresh #1

Closed Fleischpirat closed 8 years ago

Fleischpirat commented 8 years ago

Hi, in a few feeds there are some problems by update the feeds. Could you please help me?

Here are some examples of the facebook pages and my script: xxx

And is there any chance that you implement the possebility to get pictures in the feed?

Kind regards

khawkins98 commented 8 years ago

Hi @Fleischpirat

I've made a few fixes and added support for the facebook thumbnail images (note that they're only 130px x 130px).

Shout if you're still seeing errors.

Fleischpirat commented 8 years ago

Hi @khawkins98 thank you very much for your time! The changes works great.

I've only one feed that don't work in my Newsreader. But this problem could also come from there: xxx

Thank you again!

khawkins98 commented 8 years ago

Hrm, using 8859-1 encoding hasn't helped with umlauts as much as I had hopped. So I've just CDATA'd the link tag as well.

Seems to parse well now.

Fleischpirat commented 8 years ago

Hi @khawkins98 that works :-) thank you so much for your help!