<?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>ReadyState4 &#187; facebook</title>
	<atom:link href="http://readystate4.com/category/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://readystate4.com</link>
	<description>JavaScript, Web Development, Ruby, and Technology.</description>
	<lastBuildDate>Fri, 18 May 2012 06:14:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>405 Not Allowed on Facebook Canvas Page</title>
		<link>http://readystate4.com/2012/05/11/405-not-allowed-on-facebook-canvas-page/</link>
		<comments>http://readystate4.com/2012/05/11/405-not-allowed-on-facebook-canvas-page/#comments</comments>
		<pubDate>Fri, 11 May 2012 19:10:06 +0000</pubDate>
		<dc:creator>Mauvis</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://readystate4.com/?p=491</guid>
		<description><![CDATA[I enabled Facebook Canvas for a responsive web app we&#8217;re building an noticed despite meeting the SSL requirement and hitting the correct page, that Nginx was returning a 405 Not Allowed. Turns out Facebook makes a POST request to your HTML page and you need to allow this. Here&#8217;s the Nginx code: location / { [...]]]></description>
			<content:encoded><![CDATA[<p>I enabled Facebook Canvas for a responsive web app we&#8217;re building an noticed despite meeting the SSL requirement and hitting the correct page, that Nginx was returning a 405 Not Allowed. </p>
<p>Turns out Facebook makes a POST request to your HTML page and you need to allow this. Here&#8217;s the Nginx code:</p>
<pre>
location / {
    error_page 405 =200 $uri;
    root /var/www/html/yoursite.com;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://readystate4.com/2012/05/11/405-not-allowed-on-facebook-canvas-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Beacon: Cool but Kind of Scary</title>
		<link>http://readystate4.com/2008/03/28/facebook-beacon-cool-but-kind-of-scary/</link>
		<comments>http://readystate4.com/2008/03/28/facebook-beacon-cool-but-kind-of-scary/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 23:56:03 +0000</pubDate>
		<dc:creator>Mauvis</dc:creator>
				<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://readystate4.com/2008/03/28/facebook-beacon-cool-but-kind-of-scary/</guid>
		<description><![CDATA[A friend of mine was playing an online flash game called Boxhead Zombie Wars and a message suddenly popped up on the lower right corner of his browser window stating that &#8220;Kongregate is sending this to your Facebook profile&#8221;. I couldn&#8217;t believe it so I started playing the game myself and a few minutes into [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine was playing an online flash game called <a href="http://www.kongregate.com/games/SeanCooper/boxhead-the-zombie-wars" title="Zombie Wars flash game" target="_blank">Boxhead Zombie Wars</a> and a message suddenly popped up on the lower right corner of his browser window  stating that &#8220;Kongregate is sending this to your Facebook profile&#8221;. I couldn&#8217;t believe it so I started playing the game myself and a few minutes into it, sure enough:</p>
<p><a href="http://readystate4.com/wp-content/uploads/2008/03/picture-89.png" title="Kongregate Facebook popup"><img src="http://readystate4.com/wp-content/uploads/2008/03/picture-91.png" alt="Kongregate Facebook popup" /></a></p>
<p>&#8220;Super freaky!&#8221; was my initial thought. Followed closely by &#8220;How did they know I&#8217;m on the Facebook?&#8221;, &#8220;How do they know my name?&#8221;, and &#8220;Is facebook tracking my ip and giving others access to it?&#8221;. And lastly, &#8220;OMG!&#8221;.</p>
<p>I logged into Facebook and the story was there &#8211; although awaiting my approval to be posted. This last bit makes me feel a lot better but I still find the whole thing freaky.</p>
<p>Facebook Beacon is the name of this feature. A quick search at <a href="http://en.wikipedia.org/wiki/Facebook_Beacon" title="Wikipedia's entry on Facebook Beacon">Wikipedia</a> explains: &#8220;Beacon is a part of Facebook&#8217;s advertisements system that sends data from external websites to Facebook, ostensibly for the purpose of allowing targeted advertisements, and allowing users to share their activities with their friends.&#8221;.</p>
<p>Links:<br />
<a href="http://www.facebook.com/business/?beacon">Facebook&#8217;s About Beacon Page</a><br />
<a href="http://en.wikipedia.org/wiki/Facebook_Beacon" title="Wikipedia's entry on Facebook Beacon">Wikipedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://readystate4.com/2008/03/28/facebook-beacon-cool-but-kind-of-scary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

