<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Combining Multiple RSS Feeds for Facebook</title>
	<atom:link href="http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook/feed" rel="self" type="application/rss+xml" />
	<link>http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook</link>
	<description>a desire to achieve</description>
	<pubDate>Fri, 21 Nov 2008 08:50:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Keith</title>
		<link>http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook#comment-2014</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sat, 12 May 2007 13:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook/#comment-2014</guid>
		<description>It's worth noting that the function stream_get_contents requires php5 or higher to be enabled. If you are getting fatal errors about undefined functions, that's probably the problem.</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth noting that the function stream_get_contents requires php5 or higher to be enabled. If you are getting fatal errors about undefined functions, that&#8217;s probably the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feedbite.com</title>
		<link>http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook#comment-392</link>
		<dc:creator>feedbite.com</dc:creator>
		<pubDate>Thu, 02 Nov 2006 04:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook/#comment-392</guid>
		<description>Just for clarity, there was a content:encoded tag reference in my last comment that was filtered.</description>
		<content:encoded><![CDATA[<p>Just for clarity, there was a content:encoded tag reference in my last comment that was filtered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feedbite.com</title>
		<link>http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook#comment-391</link>
		<dc:creator>feedbite.com</dc:creator>
		<pubDate>Thu, 02 Nov 2006 04:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook/#comment-391</guid>
		<description>Ah, we are currently not supporting the   tag. That's why the complete post is not being picked up by our RSS parser, and Firefox for that matter... I will see if there is anything I can do to help you out with that.</description>
		<content:encoded><![CDATA[<p>Ah, we are currently not supporting the   tag. That&#8217;s why the complete post is not being picked up by our RSS parser, and Firefox for that matter&#8230; I will see if there is anything I can do to help you out with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Chodroff</title>
		<link>http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook#comment-390</link>
		<dc:creator>Benjamin Chodroff</dc:creator>
		<pubDate>Wed, 01 Nov 2006 20:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook/#comment-390</guid>
		<description>Nevermind about that "whoa" - it was just Firefox's horrible RSS reader not showing it. It is like I expected - my allrss.php includes the entire entry.</description>
		<content:encoded><![CDATA[<p>Nevermind about that &#8220;whoa&#8221; - it was just Firefox&#8217;s horrible RSS reader not showing it. It is like I expected - my allrss.php includes the entire entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Chodroff</title>
		<link>http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook#comment-389</link>
		<dc:creator>Benjamin Chodroff</dc:creator>
		<pubDate>Wed, 01 Nov 2006 19:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/10/02/combining-multiple-rss-feeds-for-facebook/#comment-389</guid>
		<description>My photos look great! However, my blog entries are truncated. Look at my bundle:
http://www.feedbite.com/html/?240/20

Notice the "Toasted pumpkin seeds" entry has a [...] at the end? This shows up in Facebook too because the XML version has it as well:
http://www.feedbite.com/xml/?240/20

I need the option to show the entire entry. This, however, poses a security issue. What would stop me from writing a blog post that contained an ASCII representation of a binary data file and then submitting it to your site? I could use your service to syndicate illegal media.

Unfortunately, the only person that can trust myself is me. Take a look at my solution:
http://www.benchodroff.com/allrss.php

Whoa - wait a second. This is odd. It does not contain the full article. Will get back to you later - maybe facebook connects to my site if it doesn't see a description and downloads it. Um, not sure.</description>
		<content:encoded><![CDATA[<p>My photos look great! However, my blog entries are truncated. Look at my bundle:<br />
<a href="http://www.feedbite.com/html/?240/20" rel="nofollow">http://www.feedbite.com/html/?240/20</a></p>
<p>Notice the &#8220;Toasted pumpkin seeds&#8221; entry has a [...] at the end? This shows up in Facebook too because the XML version has it as well:<br />
<a href="http://www.feedbite.com/xml/?240/20" rel="nofollow">http://www.feedbite.com/xml/?240/20</a></p>
<p>I need the option to show the entire entry. This, however, poses a security issue. What would stop me from writing a blog post that contained an ASCII representation of a binary data file and then submitting it to your site? I could use your service to syndicate illegal media.</p>
<p>Unfortunately, the only person that can trust myself is me. Take a look at my solution:<br />
<a href="http://www.benchodroff.com/allrss.php" rel="nofollow">http://www.benchodroff.com/allrss.php</a></p>
<p>Whoa - wait a second. This is odd. It does not contain the full article. Will get back to you later - maybe facebook connects to my site if it doesn&#8217;t see a description and downloads it. Um, not sure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
