CINXE.COM

The Facebook Blog | Facebook

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="facebook" class=" no_js"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://blog.facebook.com/blog.php","20090827222319","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1251411799"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-language" content="en"/> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> <script type="text/javascript"> //<![CDATA[ (function(loc) { if (loc.pathname == '/') { return; } var uri_re = /^(?:(?:[^:\/?#]+):)?(?:\/\/(?:[^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/; var target_domain = ''; loc.href.replace(uri_re, function(all, path, query, frag) { var dst, src; dst = src = path + (query ? '?' + query : ''); if (frag) { if (frag.charAt(0) == '/') { dst = frag.replace(/^\/+/, '/') .replace(/_fb_qsub=([^&]+)&?/, function(all, domain){ if (domain.substring(domain.length - 13) == '.facebook.com') { target_domain = 'http://'+domain; } return ''; }); } else if (/&|=/.test(frag)) { var q = {}; var m = frag.match(/([^#]*)(#.*)?/); var arr = (query||'').split('&').concat((m[1]||'').split('&')); for (var i=0, length=arr.length; i<length; i++) { var t = arr[i].split('='); if (t.length && t[0] != '') { q[t[0]] = t[1]; } } var s = []; for (var i in q) { s.push(i+ (q[i]?'='+q[i]:'')); } dst = path+'?'+s.join('&')+(m[2]||''); } } dst = "" + dst; if (dst != src) { window.location.replace(target_domain + dst); } }); })(window.location); !function() { var doc = document, htm = doc.documentElement; $ = window.$ || function(id) { var e = doc.getElementById(id); return (e && e.getAttribute('id') == id) ? e : null; }; CSS = window.CSS || { addClass : function(e, c) { e.className += ' ' + c; }, removeClass : function(e, c) { e.className = e.className .replace(new RegExp('(^|\\s)' + c + '(?=\\s|$)', 'g'), ' '); } }; Bootloader = window.Bootloader || { _preloaded : [], _callbacks : {}, loadComponents : function(component, callback) { if (callback) { var cb = Bootloader._callbacks; cb[component] = cb[component] || []; cb[component].push(callback); } var script = doc.createElement('script'); script.type = 'text/javascript'; script.src = '/rsrcx.php?boot&enable=' + component; doc.getElementsByTagName('head')[0].appendChild(script); }, done : function(names) { Bootloader._preloaded.push(names); } }; htm.onclick = function(e) { e = e || window.event; var elem = e.target || e.srcElement || {}, href = elem.asyncHref || elem.href; switch (elem.rel) { case 'dialog': case 'dialog-post': Bootloader.loadComponents('dialog', function() { Dialog.bootstrap(href, null, elem.rel == 'dialog'); }); break; default: return; } e.preventDefault && e.preventDefault(); e.returnValue = false; }; CSS.removeClass(htm, 'no_js'); }(); if (navigator && navigator.userAgent && document.domain.toLowerCase().match(/(^|\.)facebook\..*/) && !(parseInt((/Gecko\/([0-9]+)/.exec(navigator.userAgent) || []).pop(), 10) <= 20060508)) { document.domain = window.location.hostname.replace(/^.*(facebook\..*)$/i, '$1'); } var onloadRegister = window.onloadRegister || function(h) { onloadhooks.push(h); }; var onloadhooks = window.onloadhooks || []; var onafterloadRegister = window.onafterloadRegister || function(h) { onafterloadhooks.push(h); }; var onafterloadhooks = window.onafterloadhooks || []; function run_if_loaded(element, e, f) { f = bind(element, f); if (window.loaded) { return (element.returnValue = f()); } }; function run_now(element, e, f) { f = bind(element, f); return (element.returnValue = f()); }; function run_with(element, e, deps, f) { f = bind(element, f); Bootloader.loadComponents(deps, function() { element.returnValue = f(); }); return false; } function wait_for_load(element, e, f) { f = bind(element, f, e); if (window.loaded) { return (element.returnValue = f()); } switch ((e || event).type) { case 'load': case 'focus': onloadRegister(f); return; case 'click': var es = element.style, ds = document.body.style; es.cursor = ds.cursor = 'progress'; onafterloadRegister(function() { es.cursor = ds.cursor = ''; if (element.tagName.toLowerCase() == 'a') { if (false !== f() && element.href) { window.location.href = element.href; } } else if (element.click) { element.click(); } }); break; } return false; }; function bind(obj, method ) { var args = []; for (var ii = 2; ii < arguments.length; ii++) { args.push(arguments[ii]); } var fn = function() { var _obj = obj || (this == window ? false : this); var _args = args.slice(); for (var jj = 0; jj < arguments.length; jj++) { _args.push(arguments[jj]); } if (typeof(method) == "string") { if (_obj[method]) { return _obj[method].apply(_obj, _args); } } else { return method.apply(_obj, _args); } }; if (typeof method == 'string') { fn.name = method; } else if (method && method.name) { fn.name = method.name; } fn.toString = function() { return bind._toString(obj, args, method); }; return fn; }; var curry = bind(null, bind, null); bind._toString = bind._toString || function(obj, args, method) { return (typeof method == 'string') ? ('late bind<'+method+'>') : ('bound<'+method.toString()+'>'); }; function goURI(uri, force_reload) { uri = uri.toString(); if (!force_reload && window.PageTransitions && PageTransitions.isInitialized()) { PageTransitions.go(uri); } else if (window.location.href == uri) { window.location.reload(); } else { window.location.href = uri; } } function loadExternalJavascript(urls, callback, body) { if (urls instanceof Array) { var url = urls.shift(0); if (url) { loadExternalJavascript(url, function() { if (urls.length) { loadExternalJavascript(urls, callback, body); } else { callback && callback(); } }, body); } else if (callback) { callback(); } } else { var node = body ? document.body : document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = urls; if (callback) { script.onerror = script.onload = callback; script.onreadystatechange = function() { if (this.readyState == "complete" || this.readyState == "loaded") { callback(); } }; } node.appendChild(script); return script; } } window.loadFirebugConsole && loadFirebugConsole(); var rsrcProvideAndRequire = function() { var loaded = {}, pending = {}; function isBlocked(local, foreign, exclude) { if (local in pending) { exclude = exclude || {}; for (var ii in pending[local].requires) { if (!(ii in exclude)) { for (var jj in pending[local].provides) { exclude[jj] = 1; } if ((ii in foreign) || isBlocked(ii, foreign, exclude)) { return true; } } } } return false; } function checkSatisfied() { do { var hit = false; for (var ii in pending) { var res = pending[ii]; for (var jj in res.requires) { if (!loaded[jj] && !isBlocked(jj, res.provides)) { res = null; break; } } if (res) { for (jj in res.provides) { delete pending[jj]; loaded[jj] = 1; } res.fn.call(); hit = true; } } } while(hit); } return function(provides, requires, fn) { if (window.disableRPAR) { fn(); return; } var desc = { provides: provides, requires: requires, fn: fn }; for (var ii in provides) { pending[ii] = desc; } checkSatisfied(); }; }();CavalryLogger=false; //]]> </script> <meta name="title" content="The Facebook Blog"/> <meta name="description" content="Find out what's happening behind the scenes at Facebook. Facebook employees give first hand accounts of new features, products, and goings-on around the office."/> <meta name="robots" content="noodp,noydir"/> <title>The Facebook Blog | Facebook</title> <link rel="alternate" type="application/atom+xml" title="Facebook Blog" href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/atom.php"/> <link rel="image_src" href="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z72HD/hash/14l47ctp.gif"/> <script type="text/javascript"> Env={method:"GET",dev:0,start:(new Date()).getTime(),ps_limit:5,ps_ratio:4,svn_rev:183638,static_base:"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/",www_base:"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/www.facebook.com\/",tlds:["com","at","ca","co.nz","co.za","com.au","dk","es","ie","jp","net.nz","no","pl","se","vn"],rep_lag:2,pc:{"m":"0.0.9","l":"0.0.9"},fb_dtsg:null}; </script> <script type="text/javascript" src="https://web.archive.org/web/20090827222319js_/http://static.ak.fbcdn.net/rsrc.php/zD8SB/hash/f08peioa.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090827222319js_/http://static.ak.fbcdn.net/rsrc.php/z83D4/hash/f0g34qhl.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090827222319js_/http://static.ak.fbcdn.net/rsrc.php/z3STJ/hash/f452oe0b.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090827222319js_/http://static.ak.fbcdn.net/rsrc.php/z4Z1Q/hash/aht3gggg.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090827222319js_/http://static.ak.fbcdn.net/rsrc.php/zAFEH/hash/ac1kmhzf.js"></script> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/zCPBN/hash/cegn5w5t.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/z2DJS/hash/468fpo23.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/zATE9/hash/dm9s32w1.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/zF51Z/hash/yz5zobn1.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/z3G2X/hash/76ueknyw.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/z7Y4V/hash/1jxsp4yb.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/zENR1/hash/bn9iieje.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/zABJB/hash/ysbe7gcw.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090827222319cs_/http://static.ak.fbcdn.net/rsrc.php/z60J7/hash/2yzkl0gj.css"/> <!--[if lte IE 6]><link rel="stylesheet" href="http://static.ak.fbcdn.net/rsrc.php/z8KNC/hash/83he66vd.css" type="text/css" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="http://static.ak.fbcdn.net/rsrc.php/z7CRI/hash/3fc96rt5.css" type="text/css" /><![endif]--> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20090827222319/http://static.ak.fbcdn.net/rsrc.php/zCR9S/hash/3c47fjyf.xml" title="Facebook"/> <link rel="shortcut icon" href="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/zAY6U/hash/cue6n9tz.ico"/> </head> <body class="notes notes_reader fbblog UIPage_LoggedOut Locale_en_US"> <div id="FB_HiddenContainer" style="position:absolute; top:-10000px; width:0px; height:0px;"></div><div id="menubar_container" class="fb_menubar_show_register"><div onmouseover="if (window.delay_add_class) {DOM.scry(this, &quot;li.fb_menu&quot;).map(function(e) {delay_add_class(e, &quot;hovered&quot;, 250)});this.onmouseover = null;}" id="fb_menubar" class="fb_menubar_logged_out clearfix"><ul id="fb_menubar_core" class="fb_menu_list"><li class="fb_menu" id="fb_menubar_logo"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/" class="fb_logo_link" title="Go to Facebook Home"><img alt="Facebook logo" class="fb_logo_img" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></li></ul><ul id="fb_menubar_aux" class="fb_menu_list"><div class="menu_login_container"><form method="POST" action="https://web.archive.org/web/20090827222319/https://login.facebook.com/login.php?login_attempt=1" name="menubar_login" id="menubar_login"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="locale" name="locale" value="en_US"/><input type="hidden" id="login_ab_group" name="login_ab_group" value="0"/><table cellpadding="0" cellspacing="0"><tr><td class="login_form_label_field login_form_label_remember"><input type="checkbox" class="inputcheckbox " id="persistent" name="persistent" value="1"/><label for="persistent" id="label_persistent">Remember Me</label></td><td class="login_form_label_field"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/reset.php" rel="nofollow">Forgot your password?</a></td><td class="login_form_last_field login_form_label_field"></td></tr><tr><td><input type="text" class="inputtext" id="email" name="email" value=""/></td><td><input type="password" class="inputpassword" id="pass" name="pass" value=""/><input type="text" class="inputtext hidden_elem" id="pass_placeholder" name="pass_placeholder" value=""/></td><td class="login_form_last_field"><div class="inner"><span class="UIButton UIButton_Blue UIFormButton"><input value="Login" type="submit" class="UIButton_Text" onclick="seo_tracking_onclick(this,&quot;facebookpoc&quot;,&quot;facebookpoc&quot;,&quot;1&quot;,&quot;1&quot;,&quot;Login&quot;,&quot;Menu Bar&quot;);"/></span></div></td></tr></table><input type="hidden" id="next" name="next" value="http://blog.facebook.com/blog.php"/><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="lsd" name="lsd" value="2012893885"/></form> </div></ul></div><div class="signup_bar_container"><div class="signup_box clearfix"> <a class="signup_btn UIButton UIButton_Green UIButton_Large UIActionButton_SuppressMargin UIActionButton" onclick="seo_tracking_onclick(this,&quot;facebookpoc&quot;,&quot;facebookpoc&quot;,&quot;1&quot;,&quot;1&quot;,&quot;Signup&quot;,&quot;Register Top Bar&quot;);" href="/web/20090827222319/http://blog.facebook.com/r.php?locale=en_US"><span class="UIButton_Text">Sign Up</span></a><div class="signup_box_content"><span>Facebook helps you connect and share with the people in your life.</span></div></div></div></div><div id="content" class="fb_content clearfix"><div class="UIStandardFrame_Container clearfix"><div class="UIStandardFrame_Content"><div class="UIOneOff_Container"><div class="title_header shorten"><h2 class="title_h" style="background-image: url(https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/zASWK/hash/c6095oyc.gif)">The Facebook Blog</h2></div><div class="bar summary_bar clearfix"><div class="summary">Displaying the last 10 posts.</div> <div class="pagerpro_container"><ul class="pagerpro"><li class="current pagerpro_li"><a href="blog.php?post_start=0" class="pagerpro_a">1</a></li><li class="pagerpro_li"><a href="blog.php?post_start=10" class="pagerpro_a">2</a></li><li class="pagerpro_li"><a href="blog.php?post_start=20" class="pagerpro_a">3</a></li><li class="pagerpro_li"><a href="blog.php?post_start=30" class="pagerpro_a">4</a></li><li class="pagerpro_li"><a href="blog.php?post_start=40" class="pagerpro_a">5</a></li><li class="pagerpro_li"><a href="blog.php?post_start=50" class="pagerpro_a">6</a></li><li class="pagerpro_li"><a href="blog.php?post_start=60" class="pagerpro_a">7</a></li><li class="pagerpro_li"><a href="blog.php?post_start=10" class="pagerpro_a">Next</a></li><li class="pagerpro_li"><a href="blog.php?post_start=250" class="pagerpro_a">Last</a></li></ul></div></div><div id="notes_content" class="clearfix"> <div class="column main_column" id="main_column"><div id="note_126129882130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/tim?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/v226/690/115/t636748905_6386.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=126129882130">Delivering More Control and Transparency</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/tim?ref=blog">Tim Sparapani</a></span>&nbsp;Today at 7:08am</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div>This morning, we <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/press/releases.php?p=118816" target="_blank" title="http://www.facebook.com/press/releases.php?p=118816">announced</a> plans to give you more control over your information and to help you make more informed choices about privacy. We&#039;ll be making a series of improvements that include notifications and information about privacy settings and practices, additions to Facebook&#039;s privacy policy, and technical changes designed to give people more transparency and control over the information they provide to third-party applications. <br/> <br/> These planned changes are a result of collaborative discussions we&#039;ve had with the Office of the Privacy Commissioner of Canada, which has spent more than a year reviewing Facebook&#039;s privacy policies and controls. You can read more about their announcement <a href="https://web.archive.org/web/20090827222319/http://www.priv.gc.ca/media/nr-c/2009/nr-c_090827_e.cfm" target="_blank" title="http://www.priv.gc.ca/media/nr-c/2009/nr-c_090827_e.cfm">here</a>. If you are a developer, you can read more about the potential impact for applications <a href="https://web.archive.org/web/20090827222319/http://developers.facebook.com/news.php?blog=1&amp;story=292" target="_blank" title="http://developers.facebook.com/news.php?blog=1&amp;story=292">here</a>. <br/> <br/> The improvements we announced today are in addition to the <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=101470352130" target="_blank" title="http://blog.facebook.com/blog.php?post=101470352130">tests we began</a> in July of simpler privacy settings and tools for migrating people to the new controls. Those tests continue and we hope to roll them out to more of you in the coming months. <br/> <br/> Giving people more control over what information they share and with whom is at the heart of how we think about privacy at Facebook. As people better understand how information is shared and gain more control over it, they become more comfortable and confident in sharing—whether it be photos of a vacation or a status update about how they&#039;re feeling today. As we complete these improvements in the coming months, we&#039;ll continue to share more details with you.<br/> <br/> <br/> <i>Tim Sparapani is director of public policy at Facebook.</i> </div></div> <div id="reader_tags_126129882130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_126129882130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;126129882130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;126129882130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;9d17ae0f3372859e&quot;,&quot;num_comments&quot;:&quot;375&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Updated 8 hours ago</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_126129882130_126129882130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/ruth.blosselliott">Ruth</a>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/people/Nathan-Tolich/1704041612">Nathan</a>, <a href="https://web.archive.org/web/20090827222319/http://es-la.facebook.com/people/Sarah-Lustgarten/1369969267">Sarah</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=126129882130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">3,917 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=126129882130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=126129882130&amp;comments" class="view_all_link_text">View all 375 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_119703577130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/xenia?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/v222/1609/57/t10700461_7462.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=119703577130">Facebook Tips: What Happens If I Ignore a Friend Request?</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/xenia?ref=blog">Xenia Nosov</a></span>&nbsp;Yesterday at 12:02pm</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div><i>The following is part of our series, <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=113716697130" target="_blank" title="http://blog.facebook.com/blog.php?post=113716697130">Facebook Tips</a>, which answers some of the most commonly asked questions about using Facebook. While we hope the tips we share on the blog will be informative, remember that we are unable to answer individual questions here. We&#039;ll always direct you to the <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/help.php" target="_blank" title="http://www.facebook.com/help.php">Help Center</a> for additional information about the topics we cover.</i><br/> <br/> <br/> Have you ever received a friend request from someone you didn&#039;t know or with whom you had second thoughts about being friends, such as the student you never spoke with but sat in front of during class? Luckily, if you want to decline a friend request or remove someone from your Facebook Friend List, you can do so without attracting attention.<br/> <br/> When you receive a friend request from people you don&#039;t wish to be friends with, you can decline by simply selecting &quot;Ignore.&quot; Doing so will remove the request from your Requests list. They will not be notified that their friend request was declined, but they will be able to send you another friend request in the future.<br/> <br/> If you take no action on the request they&#039;ve sent you, they will not be able send you another friend request. You will appear instead as a pending friend request when they view you in Search or elsewhere on the site until you either accept or ignore the request.<br/> <br/> You can always remove people as friends by scrolling down to the bottom left side of their Facebook profiles. Select the link &quot;Remove from Friends.&quot; Your former friends will not be notified, but they will be removed from your Friend List and you will be reciprocally removed from their list. If you change your mind, you&#039;ll have to go through the process of requesting their friendship again.<br/> <br/> <object width="400" height="224"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="movie" value="http://www.facebook.com/v/265171190483"><embed src="https://web.archive.org/web/20090827222319oe_/http://www.facebook.com/v/265171190483" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224"></embed></object><br/> <br/> <br/> <i>Xenia, a specialist in Facebook user operations, loves getting friend requests from people she knows in real life.</i></param></param></param></div></div> <div id="reader_tags_119703577130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_119703577130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;119703577130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;119703577130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;ee12853e9909313a&quot;,&quot;num_comments&quot;:&quot;367&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Updated on Wednesday</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_119703577130_119703577130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://ar-ar.facebook.com/helmia.abobaker">Helmia</a>, <a href="https://web.archive.org/web/20090827222319/http://es-la.facebook.com/costaricanegratica">Laura</a>, <a href="https://web.archive.org/web/20090827222319/http://id-id.facebook.com/people/Hana-Melita-Perwitasari/1633142463">Hana</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=119703577130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">2,757 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=119703577130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=119703577130&amp;comments" class="view_all_link_text">View all 367 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_118263127130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/saralannin?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/v222/242/85/t220961_1124.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=118263127130">&#039;Mums and Mummies to Be&#039; Forge New Connections</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/saralannin?ref=blog">Sara Lannin</a></span>&nbsp;Tue at 4:36pm</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div><i>The following is part of our <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=40281787130" target="_blank" title="http://blog.facebook.com/blog.php?post=40281787130">series</a> on different ways Facebook is used across the world. Read the previous blog post in this series <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=112486257130" target="_blank" title="http://blog.facebook.com/blog.php?post=112486257130">here</a>. If you have a story you&#039;d like to share with us, please submit it <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/press/user_stories.php" target="_blank" title="http://www.facebook.com/press/user_stories.php">here</a>.</i><br/> <br/> <br/> Moving to another country can be a difficult challenge for anyone, but leaving behind one&#039;s friends and familiar surroundings is particularly hard as a first-time mother affected by postnatal depression. When faced with this scenario in 2006, Carly Gardiner of the United Kingdom turned to Facebook to draw support from other mothers living around her new home.<br/> <br/> Carly had moved from the capital city of Scotland, Edinburgh, to Yeovil, a small town in Somerset, England, located nearly eight hours to the south by car. After connecting with a few local mothers in the area, she began to overcome some of her feelings of loneliness and isolation of being in a new place. Eager to foster relationships with her new friends, Carly created a Facebook group to coordinate informal events with her fellow &quot;Yeovil Mums and Mummies to Be.&quot; The fledgling group originally had just six members, but quickly blossomed into a forum of advice and support for more than 227 women.<br/> <br/> Today, the group holds a variety of events for mothers and their children in the Yeovil area, including weekly trivia gatherings, live chats, charity events, nights out for mothers and fun days for kids. The success of the original &quot;Mums and Mummies to Be&quot; group has resulted in the creation of two additional groups devoted to specific interest areas — one for diet and exercise, and another that hosts a baby-of-the-month contest.<br/> <br/> With millions of mothers like Carly joining Facebook, we continue to be inspired by the ingenious and meaningful ways they foster real-life connections with the people around them<br/> <br/> <br/> <i>Sara, an intern on the communications team, is sending her mom a message on Facebook.</i></div></div> <div id="reader_tags_118263127130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_118263127130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;118263127130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;118263127130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;3f23896e35825c0e&quot;,&quot;num_comments&quot;:&quot;275&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Updated on Tuesday</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_118263127130_118263127130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://id-id.facebook.com/people/Hana-Melita-Perwitasari/1633142463">Hana</a>, <a href="https://web.archive.org/web/20090827222319/http://ar-ar.facebook.com/helmia.abobaker">Helmia</a>, <a href="https://web.archive.org/web/20090827222319/http://mk-mk.facebook.com/trajanova.monika">Monika</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=118263127130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">2,438 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=118263127130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=118263127130&amp;comments" class="view_all_link_text">View all 275 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_124916317130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/brynnshepherd?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/profile6/1354/46/t624060_6527.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=124916317130">Inviting Friends from Recent Events</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/brynnshepherd?ref=blog">Brynn Shepherd</a></span>&nbsp;Mon at 2:06pm</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div>The most important part of organizing any event is making sure you invite the right people. For example, if you&#039;re planning a birthday party, you might want to invite the same friends who went to a fun BBQ the weekend before. To enable this, we recently added the ability to invite friends to an event based on who was invited to past events you&#039;ve attended. <br/> <br/> This new feature of Facebook Events works by allowing you to filter your friends by recent events. When inviting friends to a new Facebook event, click on the tab labeled &quot;Filter Friends&quot; in the upper-left corner. The drop-down menu will display the five most recent events you either created or attended in the past month. <br/> <br/> </div><div class="photo photo_none"><div class="photo_img"><img src="https://web.archive.org/web/20090827222319im_/http://photos-a.ak.fbcdn.net/hphotos-ak-snc1/hs152.snc1/5653_157101871728_20531316728_3389448_6036914_n.jpg" alt="" class="img_loading" onload="var img = this; onloadRegister(function() { adjustImage(img); });"/></div></div><div class="clear_none"><br/> <br/> When you click on one of these events, you will see all of your friends that were invited to that event, regardless of whether they actually attended. Keep in mind that only your confirmed friends with will appear in this selection. If 50 people were invited to last weekend&#039;s BBQ but you are only Facebook friends with 20 of them, you will only see those 20 people.<br/> <br/> From this selection, you can invite people individually or click &quot;Select All.&quot; Then select &quot;Send Invitations&quot; at the bottom of the field.<br/> <br/> With this new filter, we hope you will be able to organize even more events and invite the best mix of people. <br/> <br/> <br/> <i>Brynn Shepherd, a product design intern from the University of Pennsylvania, is excited that the feature she built this summer is now live.</i></div></div> <div id="reader_tags_124916317130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_124916317130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;124916317130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;124916317130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;fa7214a2f39bf233&quot;,&quot;num_comments&quot;:&quot;333&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Updated on Monday</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_124916317130_124916317130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://id-id.facebook.com/people/Hana-Melita-Perwitasari/1633142463">Hana</a>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/people/Jowy-Attreides/1776207800">Jowy</a>, <a href="https://web.archive.org/web/20090827222319/http://mk-mk.facebook.com/trajanova.monika">Monika</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=124916317130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">3,857 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=124916317130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=124916317130&amp;comments" class="view_all_link_text">View all 333 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_123006872130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/mgummelt?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/profile6/1176/55/t1535790150_7894.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=123006872130">Publishing to Twitter from Facebook Pages</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/mgummelt?ref=blog">Michael Gummelt</a></span>&nbsp;Thursday, August 20, 2009 at 5:34pm</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div>Many people have asked us to make Facebook and Twitter work better together for those times when they want to share their content as widely as possible. We agree. Over the next few days, we will be releasing a feature that allows administrators of <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=57822962130" target="_blank" title="http://blog.facebook.com/blog.php?post=57822962130">Facebook Pages</a> to publish their Facebook updates to their Twitter accounts automatically. This will only link Facebook Pages to Twitter, not your individual profile.<br/> <br/> Public figures, musicians, businesses and organizations of all types who&#039;ve created Facebook Pages often want to share a status update, a photo or an event with as many of their supporters as possible. Celebrities may want to share personal news or charities may want to put out calls for help to both their Facebook fans and their Twitter followers, all at the same time.<br/> <br/> </div><div class="photo photo_none"><div class="photo_img"><img src="https://web.archive.org/web/20090827222319im_/http://photos-d.ak.fbcdn.net/hphotos-ak-snc1/hs132.snc1/5653_154996636728_20531316728_3356307_4882716_n.jpg" alt="" class="img_loading" onload="var img = this; onloadRegister(function() { adjustImage(img); });"/></div></div><div class="clear_none"><br/> <br/> If you manage a Facebook Page, you now will be able to decide whether to share updates with their Twitter followers, and you also will be able to control what type of updates to share: status updates, links, photos, notes, events or all of them. If you have multiple Pages, you will have the option to link each of those Pages to different Twitter accounts. This new feature will soon be available at <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/twitter" target="_blank"><span>http://www.facebook.com/tw</span><wbr/><span class="word_break"></span>itter</a>. <br/> <br/> </div><div class="photo photo_none"><div class="photo_img"><img src="https://web.archive.org/web/20090827222319im_/http://photos-c.ak.fbcdn.net/hphotos-ak-snc1/hs132.snc1/5653_155029876728_20531316728_3356730_6896825_n.jpg" alt="" class="img_loading" onload="var img = this; onloadRegister(function() { adjustImage(img); });"/></div></div><div class="clear_none"><br/> <br/> A number of celebrities and organizations on Facebook are already using this feature to publish the content on their Facebook Page to Twitter and reach a wider audience. They include <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/danecook" target="_blank" title="http://www.facebook.com/danecook">Dane Cook</a>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/livestrong" target="_blank" title="http://www.facebook.com/livestrong">LIVESTRONG</a>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/worldwildlifefund" target="_blank" title="http://www.facebook.com/worldwildlifefund">The World Wildlife Fund</a>, and the <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/nba" target="_blank" title="http://www.facebook.com/nba">NBA</a>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/wnba" target="_blank" title="http://www.facebook.com/wnba">WNBA</a> and <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/nbadleague" target="_blank" title="http://www.facebook.com/nbadleague">D-League</a>.<br/> <br/> We are always looking to make it easy for you to use Facebook with your favorite websites and applications. <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=41735647130" target="_blank" title="http://blog.facebook.com/blog.php?post=41735647130">Facebook Connect</a> allows you to bring your Facebook profile with you across the Web. We recently worked with Yahoo to integrate your Facebook experience into <a href="https://web.archive.org/web/20090827222319/http://m.www.yahoo.com/" target="_blank" title="http://m.www.yahoo.com">Yahoo&#039;s new homepage</a>; we&#039;ve built our own <a href="https://web.archive.org/web/20090827222319/http://developers.facebook.com/toolbar/" target="_blank" title="http://developers.facebook.com/toolbar/">Firefox</a> and <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/apps/application.php?id=6628568379" target="_blank" title="http://www.facebook.com/apps/application.php?id=6628568379">iPhone</a> applications in-house; and we built tools to help you bring your content from YouTube, Hulu and other sites into your Facebook profile.<br/> <br/> Twitter was a natural next step to link with Facebook Pages because it is a powerful tool for broadcasting short messages widely.<br/> <br/> I was able to build this new feature from start to finish as a summer engineering intern. Next month I&#039;ll head back to school, but I&#039;m excited to see my work here live on through all of the people who now will both share on Facebook and tweet on Twitter right from their Facebook Pages.<br/> <br/> <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/help/suggestions.php" target="_blank" title="http://www.facebook.com/help/suggestions.php">Let us know</a> if there are other websites you&#039;d like to work better with Facebook. Who knows? Maybe I&#039;ll be able to build it when I return next summer.<br/> <br/> <br/> <i>Michael is getting ready to return to Stanford University for his junior year.</i><br/> </div></div> <div id="reader_tags_123006872130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_123006872130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;123006872130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;123006872130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;e742a829a221c7ea&quot;,&quot;num_comments&quot;:&quot;639&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Written last Thursday</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_123006872130_123006872130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/suthikiat">Bird</a>, <a href="https://web.archive.org/web/20090827222319/http://sq-al.facebook.com/people/Klaus-Mehmeti/1795251131">Klaus</a>, <a href="https://web.archive.org/web/20090827222319/http://tr-tr.facebook.com/people/Aziz-Kulac/100000184388108">Aziz</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=123006872130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">5,092 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=123006872130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=123006872130&amp;comments" class="view_all_link_text">View all 639 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_120584762130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/profile.php?id=690525583&amp;ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/v224/623/87/t690525583_7995.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=120584762130">The Future of News Will Be Social</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/profile.php?id=690525583&amp;ref=blog">Arianna Huffington</a></span>&nbsp;Monday, August 17, 2009 at 6:00am</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div><i><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/AriannaHuffington" target="_blank" title="http://www.facebook.com/AriannaHuffington">Arianna Huffington</a> is the co-founder and editor-in-chief of <a href="https://web.archive.org/web/20090827222319/http://www.huffingtonpost.com/" target="_blank" title="http://www.huffingtonpost.com/">The Huffington Post,</a> a nationally syndicated columnist and author of 12 books. With HuffPost <a href="https://web.archive.org/web/20090827222319/http://www.huffingtonpost.com/arianna-huffington/your-huffpost-experience_b_260666.html" target="_blank" title="http://www.huffingtonpost.com/arianna-huffington/your-huffpost-experience_b_260666.html">launching</a> a new social news feature today using <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=41735647130" target="_blank" title="http://blog.facebook.com/blog.php?post=41735647130">Facebook Connect,</a> we asked her to share her perspective on the ways social media is shaping the future of news.</i><br/> <br/> <br/> Despite all the current hand-wringing about the dire state of newspapers, we are actually in the midst of a Golden Age for news consumers. We can surf the net, use search engines, access the best stories from around the world, and interact by commenting and forming communities.<br/> <br/> The days of publishing pooh-bahs dictating to us what&#039;s important and what&#039;s not are over. We now can get the news we want, when we want it, how we want it and where we want it.<br/> <br/> The Web has given us control over the news we consume. Now the explosive growth of online social networking is fundamentally changing our relationship with news as well. It&#039;s no longer something we passively take in. We now engage with news, react to news and share news. <br/> <br/> News has become an important element of community—something around which we gather, connect and converse. We all are part of the evolution of a story now—expanding it with comments and links to relevant information, adding facts and differing points of view.<br/> <br/> In short, the news has become social. And it will become even more community-powered: stories will be collaboratively produced by editors and the community, and conversations, opinion, and reader reactions will be seamlessly integrated into the news experience.<br/> <br/> I&#039;ve always been obsessed with news. As the daughter of a newspaperman, I grew up with the smell of newsprint and the buzz of breaking news. I&#039;ve also always enjoyed bringing people together from different parts of my life and facilitating interesting conversations. In the past, these have taken place around dinner tables, on group hikes or at book parties. Now, via cyberspace, those conversations have gone global. And they are happening in real time. <br/> <br/> One of the reasons we launched The Huffington Post was to enhance and facilitate those conversations. While our goal was to create a one-stop spot for news and opinion with an attitude, community has always been a key element of the site.<br/> <br/> The launch of <a href="https://web.archive.org/web/20090827222319/http://www.huffingtonpost.com/social" target="_blank" title="http://www.huffingtonpost.com/social">HuffPost Social News</a> today brings together my two loves: nonstop news and the passionate discussion of the news with my friends. <br/> <br/> Using Facebook Connect, HuffPost Social News weaves the news and opinion of HuffPost with the social capabilities of Facebook. It connects HuffPost users to their Facebook friends, the news they are reading, and the stories they are commenting on.<br/> <br/> </div><div class="photo photo_none"><div class="photo_img"><img src="https://web.archive.org/web/20090827222319im_/http://photos-h.ak.fbcdn.net/hphotos-ak-snc1/hs152.snc1/5653_153061731728_20531316728_3325903_7957627_n.jpg" alt="" class="img_loading" onload="var img = this; onloadRegister(function() { adjustImage(img); });"/></div></div><div class="clear_none"><br/> <br/> Want to know what your friends are reading? Check out their Facebook-powered stream on HuffPost and the personalized Social News widget that appears as you navigate the site. Want to see your friends&#039; comments above the thousands of strangers commenting on a story? <a href="https://web.archive.org/web/20090827222319/http://www.huffingtonpost.com/social" target="_blank" title="http://www.huffingtonpost.com/social">Log in</a> to HuffPost Social News using Facebook Connect and that happens automatically.<br/> <br/> HuffPost Social News also taps into another big trend I see emerging in news: personalization. People connect to each other using their real identities and have real conversations.<br/> <br/> HuffPost Social News is just one early piece of the social transformation of the news industry. We will be adding more social features and personalization in the coming months, and I expect to see news organizations around the world doing the same. The news is simply more interesting and engaging when we experience it with friends. <br/> <br/> <br/> <i>Arianna hopes you&#039;ll <a href="https://web.archive.org/web/20090827222319/http://www.huffingtonpost.com/social" target="_blank" title="http://www.huffingtonpost.com/social">sign up</a> and join the conversation about news.</i></div></div> <div id="reader_tags_120584762130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_120584762130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;120584762130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;120584762130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;aa1ad9c94f72fe88&quot;,&quot;num_comments&quot;:&quot;445&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Written about a week ago</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_120584762130_120584762130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://mk-mk.facebook.com/trajanova.monika">Monika</a>, <a href="https://web.archive.org/web/20090827222319/http://ar-ar.facebook.com/people/Yameen-Al-Abadi/100000145393471">Yameen</a>, <a href="https://web.archive.org/web/20090827222319/http://sr-rs.facebook.com/people/Bojana-Lazarevic/100000094010148">Bojana</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=120584762130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">4,926 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=120584762130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=120584762130&amp;comments" class="view_all_link_text">View all 445 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_118305662130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/adamconner?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/v228/1546/34/t5300097_4838.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=118305662130">An Update to the Statement of Rights and Responsibilities</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/adamconner?ref=blog">Adam Conner</a></span>&nbsp;Tuesday, August 11, 2009 at 11:53am</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div><i><b>UPDATE on Wednesday, August 12</b>: Based on requests we&#039;ve received, you can now view and download a redlined version of the Statement of Rights and Responsibilities that reflects all of the proposed changes <a href="https://web.archive.org/web/20090827222319/http://www.box.net/shared/hi66nsrhss" target="_blank" title="http://www.box.net/shared/hi66nsrhss">here</a>. Remember to post your comments and feedback before 10:00 a.m. PDT on August 18.</i><br/> <br/> <br/> Today, we are proposing some updates to the <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/terms.php" target="_blank" title="http://www.facebook.com/terms.php">Statement of Rights and Responsibilities (SRR)</a>, which governs our relationship with users and others who interact with us and replaced our Terms of Use <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=60812327130" target="_blank" title="http://blog.facebook.com/blog.php?post=60812327130">earlier this year</a>. Occasionally, we need to make updates to the SRR in order to account for new features and policies or just to make things more clear. As members of the Facebook community, we want you to be involved in the site&#039;s governance. That&#039;s why we&#039;re committed to giving you the opportunity to review and comment on changes before they go into effect.<br/> <br/> The proposed SRR we&#039;re announcing today mostly includes clarifying changes and minor updates. We encourage you to read the revised SRR in its entirety on the <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/fbsitegovernance" target="_blank" title="http://www.facebook.com/fbsitegovernance">Facebook Site Governance Page</a>, where you can review the changes and give us your comments. Please take a look and provide your feedback before 10:00 a.m. PDT on August 18.<br/> <br/> While we&#039;re announcing today&#039;s proposed changes on the Facebook blog, the best way to ensure that you continue to receive updates on future site governance changes is to become a fan of the <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/fbsitegovernance" target="_blank" title="http://www.facebook.com/fbsitegovernance">Site Governance Page</a>.<br/> <br/> <br/> <i>Adam, an associate on the public policy team, is awaiting your comments.</i></div></div> <div id="reader_tags_118305662130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_118305662130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;118305662130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;118305662130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;3669f72a2bcabbcd&quot;,&quot;num_comments&quot;:&quot;514&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Written about 2 weeks ago</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_118305662130_118305662130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://ar-ar.facebook.com/people/Yameen-Al-Abadi/100000145393471">Yameen</a>, <a href="https://web.archive.org/web/20090827222319/http://sr-rs.facebook.com/people/Bojana-Lazarevic/100000094010148">Bojana</a>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.vn/heartbrokenkid">Long</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=118305662130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">3,164 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=118305662130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=118305662130&amp;comments" class="view_all_link_text">View all 514 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_115469877130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/akhil?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/v224/1985/94/t4805423_2591.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=115469877130">Facebook Search Improved for Everyone</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/akhil?ref=blog">Akhil Wable</a></span>&nbsp;Monday, August 10, 2009 at 3:50pm</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div>Last month, we began testing new versions of <a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=96275977130" target="_blank" title="http://blog.facebook.com/blog.php?post=96275977130">Search</a> with a small group of people on Facebook. Based on the success of those tests, we&#039;re rolling out a new version of Search to everyone on the site beginning today.<br/> <br/> You now will be able to search the last 30 days of your News Feed for status updates, photos, links, videos and notes being shared by your friends and the Facebook Pages of which you&#039;re a fan. If people have chosen to make their content available to everyone, you also will be able to search for their status updates, links and notes, regardless of whether or not you are friends. Search results will continue to include people&#039;s profiles as well as relevant Facebook Pages, groups and applications.<br/> <br/> To search for a particular term, just enter your query in the search box in the upper-right corner of any page. Once you&#039;re taken to the search results, use the filters on the left-hand side of the page to view only posts by friends or posts by everyone. If you&#039;re searching for a specific person, Page, group or application, you also can filter by those results. <br/> <br/> By being able to search more types of content that are being shared on the site, you can easily find out your friends&#039; evening plans and recently frequented restaurants by searching for &quot;dinner,&quot; discover which of your friends are following Michael Schumacher&#039;s comeback during the &quot;Formula 1&quot; season by searching for the race series, or query &quot;economy&quot; to see if people or your favorite news sources feel that the recession is turning around. You also can search for a company or product to learn what people are saying about that brand.<br/> <br/> Earlier today, I used Facebook Search to get the latest about our recent <a href="https://web.archive.org/web/20090827222319/http://blog.friendfeed.com/2009/08/friendfeed-accepts-facebook-friend.html" target="_blank" title="http://blog.friendfeed.com/2009/08/friendfeed-accepts-facebook-friend.html">acquisition of FriendFeed</a>, an innovative service for sharing online. When I enter &quot;FriendFeed&quot; in the &quot;Search&quot; field in the upper-right hand corner of any page on Facebook, I get the most recent status updates, reactions and news from my friends who work in technology and people who have chosen to make their content available to everyone. I also can find the official FriendFeed Page on Facebook and user groups related to FriendFeed.<br/> <br/> </div><div class="photo photo_none"><div class="photo_img"><img src="https://web.archive.org/web/20090827222319im_/http://photos-e.ak.fbcdn.net/hphotos-ak-snc1/hs132.snc1/5653_149767661728_20531316728_3274124_4821619_n.jpg" alt="" class="img_loading" onload="var img = this; onloadRegister(function() { adjustImage(img); });"/></div></div><div class="clear_none"><br/> <br/> Remember that you can always control what content you&#039;re sharing in other people&#039;s search results by editing your privacy settings <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/privacy/?ref=blog" target="_blank" title="http://www.facebook.com/privacy/?ref=blog">here</a>. <br/> <br/> We hope that these improvements to Search will help you connect with and find information about the people and things you care about more easily. We&#039;re rolling these changes out over the course of the next few days, so you may not see the new results just yet.<br/> <br/> <br/> <i>Akhil, an engineering manager, is searching for what his friends are saying about the new Facebook Search.</i></div></div> <div id="reader_tags_115469877130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_115469877130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;115469877130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;115469877130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;38826dca1caa81ce&quot;,&quot;num_comments&quot;:&quot;571&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Updated about 2 weeks ago</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_115469877130_115469877130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://ar-ar.facebook.com/people/Yameen-Al-Abadi/100000145393471">Yameen</a>, <a href="https://web.archive.org/web/20090827222319/http://sr-rs.facebook.com/people/Bojana-Lazarevic/100000094010148">Bojana</a>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.vn/heartbrokenkid">Long</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=115469877130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">4,828 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=115469877130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=115469877130&amp;comments" class="view_all_link_text">View all 571 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_116042992130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/shaykat?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/v227/763/8/t547320236_3461.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=116042992130">Inside fbFund REV: A Summer with Entrepreneurs</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/shaykat?ref=blog">Shaykat Chaudhuri</a></span>&nbsp;Wednesday, August 5, 2009 at 4:25pm</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div>When I found out this past spring that I&#039;d be a product marketing intern at Facebook for the summer, I was eager to start working on cool projects at one of the most exciting companies in Silicon Valley. I never imagined that in my first week I&#039;d have the opportunity to have an even broader impact by being asked to work with dozens of technology start-ups through the <a href="https://web.archive.org/web/20090827222319/http://fbfund.com/" target="_blank" title="http://fbfund.com/">fbFund REV program</a>.<br/> <br/> REV is an incubator program for 24 companies building new applications for you on the Facebook Platform, ranging from an application devoted to helping people <a href="https://web.archive.org/web/20090827222319/http://runmyerrand.com/" target="_blank" title="http://runmyerrand.com/">run errands</a> more efficiently to one that is devoted to <a href="https://web.archive.org/web/20090827222319/http://samasource.org/" target="_blank" title="http://samasource.org/">finding work</a> for people in third-world countries.<br/> <br/> Over the past couple of months, I&#039;ve worked with the companies as they experiment and iterate on the development of new applications and build their businesses— all from one of Facebook&#039;s former offices in downtown Palo Alto, Calif. Most importantly, the environment spurs learning and innovation.<br/> <br/> For instance, one of the companies in the program, <a href="https://web.archive.org/web/20090827222319/http://www.geckogo.com/" target="_blank" title="http://www.geckogo.com/">GeckoGo</a>, is building an application that helps people plan their upcoming travel. While designing the application, GeckoGo&#039;s founders realized they needed to make it more engaging and turned to other entrepreneurs and advisers in the REV program for advice on how to simplify the design of their product and better solicit feedback from users. After a series of changes, people began spending significantly more time with their application. Another company, Frintro, is trying to find new ways to connect your single friends with one another by asking its users to make introductions from their different friend groups.<br/> <br/> Together, we have a small community that provides powerful advice and learnings around product development and marketing, not to mention the daily struggles of starting a company.Along with meetings among the entrepreneurs and developers , the program also has experts from all over Silicon Valley visit REV to share their perspectives on building a company — on everything from funding the business and building user-friendly features to giving a good presentation. Many of the topics I&#039;m studying as a business school student at the Kellogg School of Management at Northwestern University, like how to run an operationally lean company and how to market your company&#039;s products, were brought to life through the REV program.<br/> <br/> I&#039;m constantly surprised by all that I learn from the REV developers and can&#039;t wait for you to try all of the applications. For more information about the products that the teams are developing, check out the fbFund REV <a href="https://web.archive.org/web/20090827222319/http://fbfund.com/" target="_blank" title="http://fbfund.com/">website</a> and <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/fbFund?ref=blog" target="_blank" title="http://www.facebook.com/fbFund?ref=blog">Facebook Page</a>.<br/> <br/> <br/> <i>Shaykat, an intern for the fbFund REV program, doesn&#039;t want the summer to end.</i></div></div> <div id="reader_tags_116042992130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_116042992130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;116042992130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;116042992130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;57625008b6dd5fbf&quot;,&quot;num_comments&quot;:&quot;371&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Updated about 3 weeks ago</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_116042992130_116042992130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://ar-ar.facebook.com/people/Yameen-Al-Abadi/100000145393471">Yameen</a>, <a href="https://web.archive.org/web/20090827222319/http://sr-rs.facebook.com/people/Bojana-Lazarevic/100000094010148">Bojana</a>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/isiah.taylor">Isiah</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=116042992130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">2,572 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=116042992130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=116042992130&amp;comments" class="view_all_link_text">View all 371 comments</a></div></div></div></div></div></form> </div></div></div> </div> <div id="note_115119102130" class="note clearfix"><div class="profile_thumb"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/scotmills?ref=blog"><img src="https://web.archive.org/web/20090827222319im_/http://profile.ak.fbcdn.net/profile5/1325/76/t801825712_6354.jpg" alt=""/></a></div> <div class="note_body"><div class="note_header"><div class="note_title_share clearfix"><div class="note_title"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?post=115119102130">Community Crime Fighters Turn to Facebook</a></div> </div><div class="byline"><span>by <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/scotmills?ref=blog">Scott Mills</a></span>&nbsp;Tuesday, August 4, 2009 at 11:04am</div></div> <div class="note_content text_align_ltr direction_ltr clearfix"> <div><i>Constable Scott Mills has served as a police officer with the Toronto Police Service in Canada since 2002. His current role is Community Youth Officer for the <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/1800222TIPS" target="_blank" title="http://www.facebook.com/1800222TIPS">Toronto Crime Stoppers program</a>, where he works to build healthy relationships between young people, community members and the police department. We&#039;ve asked Scott to share his experiences using Facebook to fight crime by connecting with the community.</i><br/> <br/> <br/> There&#039;s no doubt that Facebook has revolutionized the act of sharing and communicating with friends. Often overlooked, however, is the impact these tools can have on public safety. Because community engagement is critical to effective law enforcement, police officers must be where the people are, and these days, the people are on Facebook. <br/> <br/> For the last two years, I have used my Facebook account, as well as Facebook groups, events and Pages, to inform Toronto residents about crimes in their area and encourage them to provide anonymous tips. Messages can be broadcast quickly and easily to wide audiences with immediate feedback. Outreach through Facebook has helped <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/1800222TIPS" target="_blank" title="http://www.facebook.com/1800222TIPS">Toronto Crime Stoppers</a> sniff out threats against local schools, bring much needed help to people at risk of committing suicide, warn the public about criminals on the loose and even locate missing persons.<br/> </div><div class="photo photo_none"><div class="photo_img"><img src="https://web.archive.org/web/20090827222319im_/http://photos-a.ak.fbcdn.net/hphotos-ak-snc1/hs132.snc1/5653_146260396728_20531316728_3217056_2522045_n.jpg" alt="" class="img_loading" onload="var img = this; onloadRegister(function() { adjustImage(img); });"/></div></div><div class="clear_none"><br/> In addition to enabling us to gather tips more efficiently and effectively, Facebook also has helped us build a stronger, more meaningful connection with the community we serve. My department runs programs aimed at keeping kids off the street and away from trouble. These programs include presentations at local schools, Bicycle Moto-Cross (BMX) camps, legal graffiti competitions and dance contests. Through photos, videos, and links, Facebook has allowed us to promote these programs to those who need them most and hopefully leading to fewer people getting involved with crime because of boredom or lack of options.<br/> <br/> I&#039;m proud of the work we&#039;ve done and passionate about the potential for tools like Facebook to aid law enforcement. Policymakers and police officers from around the world still have a lot to learn about how to use social media to build connections to enlist the public in preventing and solving crimes, but police departments in cities around the world are starting to take notice. Last fall, at a conference hosted by the International Criminal Police Organization (INTERPOL) in Johannesburg, South Africa, the group&#039;s Secretary General Ronald K. Noble said:<br/> <br/> <blockquote>People routinely use the Internet to find former classmates or individuals with similar interests.... there is no reason why law enforcement should not use this same resource to find fugitives or encourage members of the public to use social networking sites to report sightings of criminals.</blockquote><br/> Recently, police departments — in municipalities as large as Vancouver, British Columbia in Canada and as small as Brunswick, Maine in the U.S. — have created presences on Facebook to communicate more efficiently with the public. I&#039;m happy to see this trend develop across Canada and around the world, including in the U.S. where the municipality of Boston is now using social media to track down <a href="https://web.archive.org/web/20090827222319/http://www.bostonherald.com/business/technology/general/view.bg?articleid=1186046&amp;srvc=business&amp;position=recent" target="_blank" title="http://www.bostonherald.com/business/technology/general/view.bg?articleid=1186046&amp;srvc=business&amp;position=recent">stolen bikes</a>. We&#039;ll continue to work hard to make sure law enforcement is taking full advantage of today&#039;s communication tools. All of us can do our part by using the Internet not just to keep up with friends but also to help keep our communities safe.<br/> <br/> <br/> <i>Scott Mills is asking for your help through a Facebook status update.</i></div></div> <div id="reader_tags_115119102130" class="tagged"></div><div class="note_footer clearfix"><div id="commentable_item_115119102130" class="commentable_item with_comments" data-comment="{&quot;source&quot;:&quot;6&quot;,&quot;viewer&quot;:&quot;0&quot;,&quot;target_fbid&quot;:&quot;115119102130&quot;,&quot;target_owner&quot;:&quot;20531316728&quot;,&quot;target_owner_name&quot;:&quot;Facebook&quot;,&quot;item_id&quot;:&quot;115119102130&quot;,&quot;type_id&quot;:&quot;14&quot;,&quot;assoc_obj_id&quot;:&quot;&quot;,&quot;check_hash&quot;:&quot;cc614de28d1605de&quot;,&quot;num_comments&quot;:&quot;414&quot;,&quot;extra_story_params&quot;:[],&quot;source_app_id&quot;:&quot;&quot;}"><form method="POST" action="/web/20090827222319/http://blog.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2003d97638cad1cea0a60ecf26cdbbc8"/><span class="UIActionLinks UIActionLinks_bottom">Written about 3 weeks ago</span><div class="comment_box"><div class="comment_box_nub"></div><div id="like_box_115119102130_115119102130" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a onclick="LikeController.constructLP(this); return false;" class="like_users_link" title="Click to see people who like this item"><img alt="" class="spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://sr-rs.facebook.com/people/Bojana-Lazarevic/100000094010148">Bojana</a>, <span>Sana</span>, <a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/angela.cooksmith">AngelaandMichael</a> and <a href="/web/20090827222319/http://blog.facebook.com/social_graph.php?node_id=115119102130&amp;class=LikeManager" class="like_users_link" onclick="LikeController.constructLP(this); return false;">4,388 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section view_all_link"><div class="UIImageBlock clearfix"><div class="UIImageBlock_Image"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=115119102130&amp;comments"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090827222319im_/http://static.ak.fbcdn.net/rsrc.php/z2HFX/hash/bjamloip.gif"/></a></div><div class="UIImageBlock_Content UIOneOff_Container"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/note.php?note_id=115119102130&amp;comments" class="view_all_link_text">View all 414 comments</a></div></div></div></div></div></form> </div></div></div> </div> </div><div class="column side_column"><iframe class="fan_box" scrolling="no" frameborder="0" height="65px" width="240px" src="/web/20090827222319if_/http://blog.facebook.com/connect/connect.php?id=20531316728"></iframe><div id="archive" class="set"> <h2>Archived Posts by Date</h2> <div class="set_filters"><div class="archive_year">2009</div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=8&amp;y=2009">August</a> (10)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=7&amp;y=2009">July</a> (11)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=6&amp;y=2009">June</a> (13)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=5&amp;y=2009">May</a> (13)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=4&amp;y=2009">April</a> (13)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=3&amp;y=2009">March</a> (15)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=2&amp;y=2009">February</a> (13)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=1&amp;y=2009">January</a> (8)<br \></div><div class="archive_year">2008</div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=12&amp;y=2008">December</a> (15)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=11&amp;y=2008">November</a> (14)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=10&amp;y=2008">October</a> (12)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=9&amp;y=2008">September</a> (9)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=8&amp;y=2008">August</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=7&amp;y=2008">July</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=6&amp;y=2008">June</a> (6)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=5&amp;y=2008">May</a> (5)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=4&amp;y=2008">April</a> (6)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=3&amp;y=2008">March</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=2&amp;y=2008">February</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=1&amp;y=2008">January</a> (3)<br \></div><div class="archive_year">2007</div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=12&amp;y=2007">December</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=11&amp;y=2007">November</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=10&amp;y=2007">October</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=9&amp;y=2007">September</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=8&amp;y=2007">August</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=7&amp;y=2007">July</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=6&amp;y=2007">June</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=5&amp;y=2007">May</a> (5)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=4&amp;y=2007">April</a> (9)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=3&amp;y=2007">March</a> (8)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=2&amp;y=2007">February</a> (7)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=1&amp;y=2007">January</a> (4)<br \></div><div class="archive_year">2006</div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=12&amp;y=2006">December</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=11&amp;y=2006">November</a> (6)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=10&amp;y=2006">October</a> (5)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=9&amp;y=2006">September</a> (7)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;m=8&amp;y=2006">August</a> (4)<br \></div></div></div><div id="archive_by_blogger" class="set"> <h2>Archived Posts by Blogger</h2> <div class="set_filters"><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=5300097">Adam Conner</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=806285106">Adam Hupp</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4801917">Aditya Agarwal</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4805423">Akhil Wable</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=500013218">Alex Moskalyuk</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=48300780">Alexandre Roche</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1681">Andrew &#039;Boz&#039; Bosworth</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=211031">Ari Steinberg</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=690525583">Arianna Huffington</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=7901103">Arjun Banker</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=11501346">Austin Sparks Cresswell</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=536043211">Barbara Fischkin</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=802380499">Barry Schnitt</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=220218">Benjamin Ling</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=2403811">Blair Heuer</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1319289">Blaise DiPersia</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=647696511">Blake Chandlee</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=607749123">Bo Hong Deng</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1309">Bob Trahan</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=10039877">Brian Shire</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=624060">Brynn Shepherd</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=500010222">Cameron Marlow</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1301319419">Carl R. Augusto</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=200001">Carolyn Abram</a> (11)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=220400">Cat Lee</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=504002808">Chad Little</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4600499">Charlotte Carnevale Willner</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=213466">Chris Cox</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=5">Chris Hughes</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=23398">Chris Kelly</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=13">Chris Putnam</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=590200658">Chris Ward</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=202135">Christina Holsberry</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=224467">Craig Donato</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=29395">Dan Rose</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=707005217">Daniel Chai</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=19800142">Danna Gutman</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=8055">Dave Fetterman</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=10200882">Dave Morin</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=500015365">Doug Beaver</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=6">Dustin Moskovitz</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1110201">Elizabeth Linder</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=724872535">Elliot Schrage</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=220647">Eric Kwan</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1000550">Eric Zamore</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=5812882">Evan Priestley</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=664024724">Everett Katigbak</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=202801">Ezra Callahan</a> (8)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=651632348">Florin Ratiu</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=181100673">Gene Fant</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=585171954">Ghassan Haddad</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=590423516">Gibson Biddle</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=223950">Harry Huai Wang</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=534213341">Jack Lindamood</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4602741">Jake Brill</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=8093">James Wang</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=203366">Jared Cohen</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=703">Jared Morgenstern</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=563556353">Jason Min</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1014953">Jason Sobel</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=800983">Jeff Kanter</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1535229214">Jeff Williams</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4403866">Jeffrey Wieland</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=854904780">Jimmy Lavoie</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=5569">Joanna Lee</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=223792">Joe Hewitt</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=733651102">Joe Sullivan</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=9418141">Joel Seligstein</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=305423">Jon Fougner</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1008386">Jon Warman</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=501885630">Jonathan Hsu</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=211606">Josh Elman</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=219074">Josh Wiseman</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=206186">Julie Zhuo</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=688626964">Justin Bishop</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=12800193">Justin Mitchell</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=500011067">Justin Rosenstein</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=605868134">KC Estenson</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=201105">Kari Lee</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=5405352">Kate Losse</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1002816">Kathleen Loughlin</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=19800843">Kathy H. Chan</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=6701382">Katie Carter</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=500011731">Katie Geminder</a> (6)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=519429875">Kevin Arata</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=705779">Kevin Der</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1002102">Leah Pearlman</a> (5)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1696923204">Lisa P. Jackson</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=2901279">Luke Shepard</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=700963">Makinde Adeagbo</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=11701622">Malorie Lucich</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4805798">Marcia Velencia</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=706023">Mark Kinsey</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=204686">Mark Slee</a> (9)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4">Mark Zuckerberg</a> (17)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=16900217">Matt Cahill</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=190200044">Max Kelly</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=204279">Melissa Luu-Van</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1535790150">Michael Gummelt</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=500087097">Mike Honda</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=205840">Naomi Gleit</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=903388">Natalie Minor</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=15101898">Navid Mansourian</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=13928542">Nico Vera</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=10805831">Nikki M. Flatley</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=8903343">Olaoluwa &#039;Ola&#039; Okelola</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=739710120">Paul C. Jeffries</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=203107">Paul Janzer</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4280">Paul McDonald</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=216105">Pedram Keyani</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=563683308">Pete Bratach</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=205109">Peter X. Deng</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=211805">Philip Fung</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=504550497">Prashant Malik</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4617">Randi Zuckerberg</a> (5)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=500017969">Raquel DiSabatino</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1305210">Rob Goodlatte</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=3501774">Robert Johnson</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=209595">Roddy Lindsay</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4801660">Ruchi Sanghvi</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=22000040">Ryan McGeehan</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=660839006">Sam O&#039;Rourke</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4800545">Sameer Moidu</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=601910772">Sandra Liu Huang</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=220961">Sara Lannin</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=203122">Sasha Rosse</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=210081">Scott Marlette</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=801825712">Scott Mills</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1440181358">Shaun King</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=547320236">Shaykat Chaudhuri</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=527471548">Shervin Pishevar</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=717545176">Sheryl Sandberg</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=203523">Simon Axten</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=790533465">Sophia Huang</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=500018751">Steven Grimm</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=574794397">Suzie White</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1094752972">Ted Ullyot</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=210393">Teddy Underwood</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=636748905">Tim Sparapani</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=204917">Tom Whitnah</a> (4)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=1208432">Victor Valdez</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=202965">Wayne Chang</a> (3)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=194">Will Chen</a> (2)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=10700461">Xenia Nosov</a> (1)<br \></div><div class="archive_item"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php?blog_id=company&amp;blogger=4809639">Yishan Wong</a> (1)<br \></div></div></div><div id="company_blog_atom" class="set"> <h2>Subscribe to this Blog</h2> <div class="set_filters"><div class="atom_feed"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/atom.php">Facebook Blog (Atom)</a></div></div></div></div></div> <div class="bar footer_bar clearfix"><div class="pagerpro_container"><ul class="pagerpro"><li class="current pagerpro_li"><a href="blog.php?post_start=0" class="pagerpro_a">1</a></li><li class="pagerpro_li"><a href="blog.php?post_start=10" class="pagerpro_a">2</a></li><li class="pagerpro_li"><a href="blog.php?post_start=20" class="pagerpro_a">3</a></li><li class="pagerpro_li"><a href="blog.php?post_start=30" class="pagerpro_a">4</a></li><li class="pagerpro_li"><a href="blog.php?post_start=40" class="pagerpro_a">5</a></li><li class="pagerpro_li"><a href="blog.php?post_start=50" class="pagerpro_a">6</a></li><li class="pagerpro_li"><a href="blog.php?post_start=60" class="pagerpro_a">7</a></li><li class="pagerpro_li"><a href="blog.php?post_start=10" class="pagerpro_a">Next</a></li><li class="pagerpro_li"><a href="blog.php?post_start=250" class="pagerpro_a">Last</a></li></ul></div></div></div></div><div class="UIStandardFrame_SidebarAds">&nbsp;</div></div></div><div id="pagefooter" class="clearfix"><div class="copyright_and_location clearfix"><div class="copyright" id="pagefooter_copyright"><span title="PHP">Facebook </span><span id="rtime" title="1610">&copy;</span> <span title="10.18.126.112">20</span><span title="58468832">09</span></div><div id="locale_selector_dialog_onclick"><a rel="dialog" href="/web/20090827222319/http://blog.facebook.com/ajax/intl/language_dialog.php?uri=http%3A%2F%2Fblog.facebook.com%2Fblog.php" class="intl_selector_dialog_a" title="English (US)">English (US)</a></div></div><div id="pagefooter_links"><ul class="pagefooter_ul" id="pagefooter_left_links"><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/facebook?ref=pf" accesskey="7" rel="nofollow">About</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/advertising/?src=pf">Advertising</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://developers.facebook.com/?ref=pf">Developers</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/careers/?ref=pf">Careers</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/terms.php?ref=pf" accesskey="8" rel="nofollow">Terms</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://blog.facebook.com/blog.php">Blog</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/facebook-widgets/?ref=pf">Widgets</a></li><li class="pagefooter_li"><span><span class="bullet">&#9632;</span></span></li></ul><ul class="pagefooter_ul" id="pagefooter_right_links"><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/find-friends/?ref=pf">Find Friends</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/policy.php?ref=pf" accesskey="6" rel="nofollow">Privacy</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/mobile/?ref=pf" accesskey="5">Mobile</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090827222319/http://www.facebook.com/help.php?ref=pf" accesskey="0" rel="nofollow">Help</a></li></ul></div></div><div id="dropmenu_container"></div><div id="js_buffer"><script type="text/javascript"> onloadRegister(function(){Bootloader.configurePage({"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zCPBN\/hash\/cegn5w5t.css":["css\/e3u5ketl0v4kg0os.pkg.css",false],"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z2DJS\/hash\/468fpo23.css":["css\/blog.css",false],"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zATE9\/hash\/dm9s32w1.css":["css\/18ld4obimfvo4k4w.pkg.css",false],"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zF51Z\/hash\/yz5zobn1.css":["css\/ehl50o6huqok8sc0.pkg.css",false],"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z3G2X\/hash\/76ueknyw.css":["css\/cs9eojhuehsgocgc.pkg.css",false],"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z7Y4V\/hash\/1jxsp4yb.css":["css\/512bacugmyw4wco4.pkg.css",true],"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zENR1\/hash\/bn9iieje.css":["css\/7xobro2k9mo0ggco.pkg.css",true],"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zABJB\/hash\/ysbe7gcw.css":["css\/ayy72px8y00g0g8s.pkg.css",true],"https:\/\/web.archive.org\/web\/20090827222319\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z60J7\/hash\/2yzkl0gj.css":["css\/3vi11zh8tv28sgg0.pkg.css",false]}); Bootloader.done(["css\/e3u5ketl0v4kg0os.pkg.css","css\/blog.css","css\/18ld4obimfvo4k4w.pkg.css","css\/ehl50o6huqok8sc0.pkg.css","css\/cs9eojhuehsgocgc.pkg.css","css\/512bacugmyw4wco4.pkg.css","css\/7xobro2k9mo0ggco.pkg.css","css\/ayy72px8y00g0g8s.pkg.css","css\/3vi11zh8tv28sgg0.pkg.css","js\/lib\/primer.js","js\/lib\/prelude.js"]); }); onloadRegister(function (){if (window.Env) {Env["nctrlid"]="519098f81e2614c4d0ce84afa982847e"; Env["nctrlnid"]="";};}); onloadRegister(function (){new LikeBox({"viewer":"0","actor":"20531316728","item_id":"126129882130","target_fbid":"126129882130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_126129882130_126129882130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"119703577130","target_fbid":"119703577130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_119703577130_119703577130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"118263127130","target_fbid":"118263127130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_118263127130_118263127130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"124916317130","target_fbid":"124916317130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_124916317130_124916317130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"123006872130","target_fbid":"123006872130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_123006872130_123006872130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"120584762130","target_fbid":"120584762130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_120584762130_120584762130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"118305662130","target_fbid":"118305662130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_118305662130_118305662130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"115469877130","target_fbid":"115469877130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_115469877130_115469877130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"116042992130","target_fbid":"116042992130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_116042992130_116042992130"); new LikeBox({"viewer":"0","actor":"20531316728","item_id":"115119102130","target_fbid":"115119102130","type_id":"14","source":6,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_115119102130_115119102130");;}); onloadRegister(function (){window.loading_page_chrome = true;;}); onloadRegister(function (){focus_login(0, false);;}); onloadRegister(function (){window.loading_page_chrome = false;;}); onloadRegister(function (){var n = "rtime"; (window.ge && ge(n)) && (ge(n).title += " | 1621");;}); </script></div></body> </html> <!-- FILE ARCHIVED ON 22:23:19 Aug 27, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:59:26 Feb 16, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.146 exclusion.robots: 0.065 exclusion.robots.policy: 0.048 esindex: 0.015 cdx.remote: 8.16 LoadShardBlock: 405.012 (3) PetaboxLoader3.datanode: 228.709 (4) PetaboxLoader3.resolve: 587.164 (3) load_resource: 453.262 -->

Pages: 1 2 3 4 5 6 7 8 9 10