<?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>Darren Krape &#187; Facebook</title>
	<atom:link href="http://www.darrenkrape.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darrenkrape.com</link>
	<description>- web design and life stuff</description>
	<lastBuildDate>Tue, 25 Oct 2011 00:59:28 +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>Facebook Comment Deep-Dive: Analyzing an HTC Comment Thread</title>
		<link>http://www.darrenkrape.com/facebook-comment-deep-dive/</link>
		<comments>http://www.darrenkrape.com/facebook-comment-deep-dive/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 02:02:03 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=494</guid>
		<description><![CDATA[HTC recently posted to their Facebook wall a simple question: “How many mobile phones have you owned?” Within a day they received about 2000 answers. Using the Facebook’s Graph API I wondered how hard it would be to automate the analysis to find out the average number. Here is the result: Note: I removed about [...]]]></description>
			<content:encoded><![CDATA[<p>HTC recently <a href="https://www.facebook.com/HTC/posts/10150379630923084">posted</a> to their <a href="https://www.facebook.com/HTC/">Facebook wall</a> a simple question: “How many mobile phones have you owned?” Within a day they received about 2000 answers. Using the Facebook’s Graph API I wondered how hard it would be to automate the analysis to find out the average number. Here is the result: </p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-total-owned.png" alt="" title="htc-total-owned" width="600" height="75" class="alignnone size-full wp-image-522" /></p>
<p><em>Note: I removed about a dozen responses that stated ownership of more than 500 mobile phones. While this is probably feasible, it was a small minority and skewed my results too much.</em></p>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-phones.png" alt="" title="htc-header-phones" width="616" height="53" class="alignnone size-full wp-image-523" style="margin-left: -16px" /></h3>
<table style="border-bottom: 1px solid #dedede; margin-bottom: 16px;" cellspacing=0 cellpadding=0>
<tr>
<td style="width: 50%; border-right: 1px solid #dedede; padding-right: 14px">
<h3>Previous Manufacturer</h3>
<p>In most cases, the owner upgraded from a phone by one of these makers to an HTC. As such, these are the “losers”, with Nokia coming out worst.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-phone-previous.png" alt="" title="htc-phone-previous" width="282" height="371" style="margin-top: 14px" /></td>
<td style="padding-left: 14px; width: 50%">
<h3>Current Model</h3>
<p>Commenters more readily their shared current model. As expected, most of these are HTCs, though some commenters left HTC for a new maker.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-phone-current.png" alt="" title="htc-phone-current" width="282" height="371" style="margin-top: 14px" /></td>
</tr>
</table>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-stats.png" style="margin-left:-16px;"></h3>
<table style="border-bottom: 1px solid #dedede; margin-bottom: 16px;" cellspacing=0 cellpadding=0>
<tr>
<td colspan=2 style="border-bottom: 1px solid #dedede;">
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-post-chart.png" style="margin-bottom: 16px;">
</td>
<tr>
<td style="width: 279px; border-right: 1px solid #dedede; padding: 14px 14px 0 0">
<h3>Comments by User Gender</h3>
<p>While expecting a male bias, I didn’t expect it to be so one-sided. I’m interested to know if the page demographics are similarly skewed.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-gender.png" style="margin-top: 14px;">
</td>
<td style="padding: 14px 0 0 14px">
<h3>Comments by Locale</h3>
<p>Facebook doesn’t provide location for un-authenticated requests. Fortunately, locale is a useful proxy. (EN includes US and GB)<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-locale.png" style="margin-top: 14px;">
</td>
</tr>
<tr>
<td colspan=2 style="border-top: 1px solid #dedede; padding: 14px 0;">
<h3>Comments by Sentiment</h3>
<p>This measures the sentiment toward HTC and their products, not the sentiment of the comment. The sentiment was reviewed manually, so the accuracy is quite high. However, the small sample-size should discourage reading too much into this set of results.</p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-sentiment.png">
</td>
<tr>
</table>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-methodology.png" alt="Methodology" title="Methodology" style="margin-left: -16px;" /></h3>
<p>The process for this was actually quite straight-forward. First I used the <a href="http://graph.facebook.com">Facebook Graph API</a> to download all the comments into a database. Because I didn&#8217;t want to manually review 2000 comments, my first pass automatically checked for comments containing only numbers. This took only a few minutes to code and knocked out 400 comments.</p>
<p>I then selected very short messages with the assumption that they were just numerical answers with punctuation. This proved prescient since many people noted the number of phones they&#8217;d owned and appended smiley faces. This took care of another 250 or so messages. To review the final set, I coded a small web application to manually step through each comment. Through this application I could also note the comment sentiment, past and current phones, and other facets. After some refinement to the app, I was able to review about a dozen messages a minute and complete the entire review in less than two hours.</p>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-notes.png" alt="Notes" title="Notes" style="margin-left: -16px;" /></h3>
<p>I looked at several other Facebook posts with a large number of comments, but choose this one because many of the answers would be uniquely easy to automatically parse. If the question required a prose response, the analysis would need to be done more manually, which would be quite time-consuming. Crowd sourcing could provide a solution, perhaps through something like <a href="https://www.mturk.com/mturk/welcome">Amazon&#8217;s Mechanical Turk</a>.</p>
<p>Because I coded the web application solely for this topic, I was able to very specific in my search parameters, which allowed for some interesting insights. For example, it was fascinating to see people&#8217;s ownership history (especially how their brand-loyalty has evolved over time). Similar analysis using an off-the-shelf tool (Sysomos, Radian 6, etc) would not have provided this level of customization and granularity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/facebook-comment-deep-dive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook Diplomacy</title>
		<link>http://www.darrenkrape.com/facebook-diplomacy/</link>
		<comments>http://www.darrenkrape.com/facebook-diplomacy/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:35:30 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Iran]]></category>
		<category><![CDATA[Public Diplomacy]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=185</guid>
		<description><![CDATA[From Reader&#8217;s Digest, the challenges of Facebook Diplomacy. Special thanks to Molly Moran (and her Mom) for sending this to me.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.darrenkrape.com/wp-content/uploads/2009/03/facebook_diplomacy.png" alt="facebook_diplomacy" title="facebook_diplomacy" width="554" height="303" /></p>
<p>From <a href="http://www.zinio.com/pages/ReadersDigest/Oct-08/295289119/pg-113">Reader&#8217;s Digest</a>, the challenges of Facebook Diplomacy.</p>
<p><em>Special thanks to <a href="http://www.mollymoran.org/">Molly Moran</a> (and her Mom) for sending this to me.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/facebook-diplomacy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

