<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Unfettered Bloke &#187; javascript</title>
	<atom:link href="http://nathandcarrie.com/nathan/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathandcarrie.com/nathan</link>
	<description>Ramblings of a free man</description>
	<lastBuildDate>Fri, 03 Sep 2010 22:06:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Finding Your Facebook Status Feed</title>
		<link>http://nathandcarrie.com/nathan/2009/11/finding-your-facebook-status-feed/</link>
		<comments>http://nathandcarrie.com/nathan/2009/11/finding-your-facebook-status-feed/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:49:53 +0000</pubDate>
		<dc:creator>Nathan Duvall</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook feed]]></category>
		<category><![CDATA[facebook status feed]]></category>
		<category><![CDATA[facebook to twitter]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rss2twitter]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nathandcarrie.com/nathan/?p=646</guid>
		<description><![CDATA[I recently redesigned my wife&#8217;s blog, based off a new theme by my favorite WordPress template developers, WooThemes. The theme I selected has some nifty little java-script to display your latest Twitter update. Since Carrie isn&#8217;t a Twitter user, and likely isn&#8217;t going to become one anytime soon, I tried to find a way to [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://nathandcarrie.com/nathan/wp-content/uploads/2009/11/Untitled-1.jpg" width="240" />
		</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnathandcarrie.com%2Fnathan%2F2009%2F11%2Ffinding-your-facebook-status-feed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnathandcarrie.com%2Fnathan%2F2009%2F11%2Ffinding-your-facebook-status-feed%2F&amp;source=nathanduvall&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I recently redesigned my wife&#8217;s blog, based off a new theme by my favorite WordPress template developers, <a href="http://www.woothemes.com" target="_blank">WooThemes</a>. The <a href="http://www.woothemes.com/2009/10/f0101/" target="_blank">theme I selected</a> has some nifty little java-script to display your latest Twitter update. Since Carrie isn&#8217;t a Twitter user, and likely isn&#8217;t going to become one anytime soon, I tried to find a way to replace this with her Facebook status updates.</p>
<p>This wasn&#8217;t easy, and maybe even isn&#8217;t the best way to go about this, I don&#8217;t know, but thought I&#8217;d share what I did for anyone else out there that may want to do the same thing. It&#8217;s easy to display your tweets in Facebook, but the reverse? Not so much. I don&#8217;t know why Facebook feels the need to prevent or hide this functionality. Anyways, here&#8217;s how I replaced the Twitter feed with Facebook&#8217;s status update, for anyone who may be interested.</p>
<p>Find the Facebook status feed &#8211; this is the difficult part since FB has since buried it with recent updates.</p>
<ul>
<li>Log on to Facebook and open the notifications window (bottom right)</li>
<li>Click the &#8216;See All&#8217; link</li>
<li>Click the &#8216;Your Notifications&#8217; RSS link (bottom right)</li>
<li>You should be presented with your notifications RSS link</li>
</ul>
<p>This will give you a feed link, but not the correct one, you&#8217;ll need hack it up quite a bit for it to work.</p>
<ul>
<li>Copy the link into a text editor and replace ‘notifications.php?id\’ with ‘status.php?id=’</li>
<li>Replace all references to ‘\x3d&#8221; &amp; &#8220;\x26’ in the link with a simple ‘=’ sign.</li>
<li>This should give you a nice clean rss link to your Facebook status updates</li>
<li>For example, this was my wife’s original and edited feed link.</li>
<li>Original: http://www.facebook.com/feeds/<span style="text-decoration: line-through;">notifications.php?id\x3d</span>522510056<span style="text-decoration: line-through;">\x26</span>viewer<span style="text-decoration: line-through;">\x3d</span>522510056<span style="text-decoration: line-through;">\x26</span>key<span style="text-decoration: line-through;">\x3d</span>6a3c02d8a5<span style="text-decoration: line-through;">\x26</span>format<span style="text-decoration: line-through;">\x3d</span>rss20</li>
<li>Altered: http://www.facebook.com/feeds/<span style="color: #008000;">status.php?id=</span>516456579<span style="color: #008000;">&amp;viewer=</span>516456579<span style="color: #008000;">&amp;key=</span>eb395bd3ab<span style="color: #008000;">&amp;format=</span>rss20</li>
</ul>
<p>If you only need the Facebook status feed, you can stop there and simply add your feed to FeedBurner or one of many different services out there, or just use the WordPress plugin to import your feed to your blog. I had to get a little more creative though to import the Facebook status to Twitter, and then to the Twitter feature on the blog.</p>
<p>Sign up for an RSS2twitter account here: <a href="http://rss2twitter.com" target="_blank">http://rss2twitter.com</a></p>
<ul>
<li>You&#8217;ll need to authorize RSS2twitter for Twitter use, but once that&#8217;s complete, simply copy your edited Facebook feed link as a new feed in RSS2twitter.</li>
<li>Edit the feed to display just the description, otherwise you may get some replicated text. Choose your update time, etc and save the feed, making sure to select your Twitter from the account drop down list.</li>
<li>Once complete, you should see your Facebook status automatically imported to Twitter on the update schedule you selected in the previous step.</li>
</ul>
<p>This solved my issue, now my wife&#8217;s blog displays her Facebook status as a Twitter update. Like I said, maybe not the best solution, but it worked for me so thought I&#8217;d share it with you.</p>
<p>You can see the final product on my wife&#8217;s blog, <a href="http://mommyhoodadventures.com" target="_blank">mommyhoodadventures.com</a>. If you have any questions, feel free to comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathandcarrie.com/nathan/2009/11/finding-your-facebook-status-feed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
