<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>VentureBeat &#187; social API</title>
	<atom:link href="http://venturebeat.com/tag/social-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Thu, 20 Jun 2013 06:37:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='venturebeat.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c6d8c27ffa1c5a7f106f97e434437baf?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>VentureBeat &#187; social API</title>
		<link>http://venturebeat.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://venturebeat.com/osd.xml" title="VentureBeat" />
	<atom:link rel='hub' href='http://venturebeat.com/?pushpress=hub'/>
<copyright>Copyright 2013, VentureBeat</copyright>		<item>
		<title>Facebook: How we helped Mozilla build Messenger for Firefox</title>
		<link>http://venturebeat.com/2012/12/03/facebook-how-we-helped-mozilla-build-messenger-for-firefox/</link>
		<comments>http://venturebeat.com/2012/12/03/facebook-how-we-helped-mozilla-build-messenger-for-firefox/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 19:08:49 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[social API]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[WebRTC]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=583278</guid>
		<description><![CDATA[<p>Facebook chat, notifications, and updates that follow you everywhere you go on the web, right in your web browser, is a cool idea. What's even cooler is how Mozilla and Facebook actually built&#160;it.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=583278&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/12/03/facebook-how-we-helped-mozilla-build-messenger-for-firefox/typewriter/" rel="attachment wp-att-583310"><img class="aligncenter size-full wp-image-583310" alt="typewriter" src="http://venturebeat.files.wordpress.com/2012/12/typewriter.jpg?w=655&#038;h=463" height="463" width="655" /></a>Facebook chat, notifications, and updates that follow you everywhere you go on the web, right in your web browser, is a cool idea. What&#8217;s even cooler is how Mozilla and Facebook actually built it.</p>
<p>Facebook shared a few of those details today.</p>
<p>Mozilla&#8217;s goal was to build a <a href="https://developer.mozilla.org/en-US/docs/Social_API" target="_blank">Social API</a> that would integrate content from any social network directly to your browser, even when you&#8217;re not on the actual social network&#8217;s website, Facebook engineer Pamel Vagata <a href="https://www.facebook.com/notes/facebook-engineering/under-the-hood-facebook-messenger-for-firefox/10151175913223920,%20https://blog.mozilla.org/blog/2012/12/03/firefox-gets-social-w-facebook/" target="_blank">said in a post</a>.</p>
<p><a href="http://venturebeat.com/2012/12/03/facebook-how-we-helped-mozilla-build-messenger-for-firefox/kyvasfurila/" rel="attachment wp-att-583300"><img class="alignright size-medium wp-image-583300" alt="KYvaSFUrILA" src="http://venturebeat.files.wordpress.com/2012/12/kyvasfurila.png?w=300&#038;h=354" height="354" width="300" /></a></p>
<p>Facebook&#8217;s implementation keep you connected with your Facebook friends while you surf the wider web.</p>
<p><a href="https://www.facebook.com/about/messenger-for-firefox" target="_blank">Facebook Messenger for Firefox</a> is the first Facebook product to use a key new feature of HMTL, WebSockets, at scale. WebSockets enable persistent connections between your web browser and a webserver in a manner that scales well and also uses few resources. Facebook rolled out WebSockets on its existing chat servers but also had to reengineer its front-end Messenger code to eliminate dependencies on code fragments that simple are not available in the browser implementation.</p>
<p>Facebook credits its organizational structure &#8212; small groups, independent engineers &#8212; with the capability to make the changes quickly.</p>
<p>&#8220;Our ability to work with a small team and push code on a daily basis meant we could rapidly iterate on the API design and feature work to get this integration into the wild,&#8221; Vagata said.</p>
<p>Facebook is the first major social network to make use of this API, but theoretically, any such site could make use of it. Just a few days ago, Mozilla <a href="https://blog.mozilla.org/futurereleases/2012/11/30/webrtc-makes-social-api-even-more-social/" target="_blank">released a demo of Social API with WebRTC</a> that shows off even more advanced functionality, such as chatting, video chatting and file sharing.</p>
<p>Here&#8217;s Mozilla&#8217;s overview of its Social API with WebRTC:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='345' src='http://www.youtube.com/embed/S6-rAv6bU8Q?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/beth19/4583973773/" target="_blank">Βethan</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc-nd/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/entrepreneur/'>Entrepreneur</a>, <a href='http://venturebeat.com/category/social/'>Social</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=583278&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/12/03/facebook-how-we-helped-mozilla-build-messenger-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/12/typewriter.jpg?w=160" /><source url="http://venturebeat.com/2012/12/03/facebook-how-we-helped-mozilla-build-messenger-for-firefox/">Facebook: How we helped Mozilla build Messenger for Firefox</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/12/typewriter.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/12/typewriter.jpg?w=160" medium="image">
			<media:title type="html">typewriter</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/typewriter.jpg" medium="image">
			<media:title type="html">typewriter</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/kyvasfurila.png?w=300" medium="image">
			<media:title type="html">KYvaSFUrILA</media:title>
		</media:content>
	</item>
		<item>
		<title>Funding daily: One social API to rule them all</title>
		<link>http://venturebeat.com/2012/04/23/funding-daily-april-23-2012/</link>
		<comments>http://venturebeat.com/2012/04/23/funding-daily-april-23-2012/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 23:37:12 +0000</pubDate>
		<dc:creator>Sarah Mitroff</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[ad analytics]]></category>
		<category><![CDATA[IT cloud services]]></category>
		<category><![CDATA[social API]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=420283</guid>
		<description><![CDATA[<p><strong>July 9-10, 2013</strong><br />
San Francisco, CA</p>
<p>Tickets On Sale Now</p>
<p>At VentureBeat, we come across a lot of funding news every day. In order to bring you the most information possible, we’re rounding up the quick-and-dirty details about the funding&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=420283&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="post-boilerplate boilerplate-before"><div class="event-boilerplate-mobilebeat">
<div class="logo-date-wrap">

<a href="http://mobilebeat2013.com" data-vb-ga-outbound="MB2013boilerplateTOP"><img alt="MobileBeat 2013" src="http://venturebeat.files.wordpress.com/2013/02/mobilebeat-boilerplate.png" /></a>
<div class="date-location"><strong>July 9-10, 2013</strong><br />
San Francisco, CA</div>
</div>
<a class="cta" href="http://mobilebeat2013-MB2013boilerplateTOP.eventbrite.com/" data-vb-ga-outbound="MB2013boilerplateTOP">Tickets On Sale Now</a>

</div></div><p><img class="aligncenter size-full wp-image-420305" title="social api social circle" src="http://venturebeat.files.wordpress.com/2012/04/social-api-social-circle.jpg?w=638&#038;h=358" alt="social api social circle" width="638" height="358" />At VentureBeat, we come across a lot of funding news every day. In order to bring you the most information possible, we’re rounding up the quick-and-dirty details about the funding deals of the day and serving them up here in our “Funding daily” column.</p>
<h4>Singly snagged $7M for a simpler social API</h4>
<p>A <a href="http://www.sec.gov/Archives/edgar/data/1512514/000151251412000001/xslFormDX01/primary_doc.xml" target="_blank" target="_blank">form D</a> tipped us off to the news that <a href="https://singly.com" target="_blank" target="_blank">Singly</a> has raised $7 million in funding. Singly helps people build apps that integrate with social networks, such as Twitter, Foursquare, and Facebook, without multiple application processing interfaces (APIs). The company&#8217;s services are still in private alpha and Singly is hosting hackathons to improve its offerings. A blog post from <a href="http://www.foundrygroup.com/wp/2012/04/our-investment-in-singly/" target="_blank" target="_blank">the Foundry Group</a> confirmed the venture capital firm&#8217;s participation in the funding round.</p>
<h4>ScienceLogic grabs $15M from Intel Capital</h4>
<p>IT cloud services startup <a href="http://venturebeat.com/2012/04/23/sciencelogic-15-million/" target="_blank">ScienceLogic has raised a $15 million</a> round of funding. The startup provides a variety of data center and cloud services that can work with outdated in-house IT systems. Intel Capital led the round, with participation from previous investor New Enterprise Associates.</p>
<h4>Moat raises $12M for advertising analytics</h4>
<p>Ad tech startup <a href="http://venturebeat.com/2012/04/23/moat-ad-tech-funding-mayfield/" target="_blank">Moat attracted $12 million</a> in its second round of funding. In addition to advertising analytics services, the company has a display ad search, which shows where ads are being placed and how well they do on certain websites. Mayfield Fund led the round, with participation from prior investors including SV Angel, Founders Fund, Lerer Ventures, Vast Ventures, Founder Collective, and First Round Capital.</p>
<p>If you&#8217;ve got funding news for us, send it to tips@venturebeat.com.</p>
<p><em>Social circle in hands image via <a href="http://www.shutterstock.com/pic-49746181/stock-photo-people-abstract-in-palm.html?src=555abedb41fecc1da6943637bc614681-3-16" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/deals/'>Deals</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=420283&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.boilerplate-before .event-boilerplate-mobilebeat {
width:278px;
margin:0px 0px 10px 20px;
padding:10px;
float:right;
border:1px solid #e4e4e4;
font-family: 'Open Sans', sans-serif;
color:#000;
}
.boilerplate-before .event-boilerplate-mobilebeat .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.boilerplate-before .event-boilerplate-mobilebeat img {
float:left;
}
.boilerplate-before .event-boilerplate-mobilebeat .date-location {
float:right;
font-size:12px;
line-height:14px;
text-align:center;
padding-left:7px;
padding-top:5px;
padding-bottom:3px;
border-left:1px solid #e6e6e6;
color:#585a5b;
}
.boilerplate-before .event-boilerplate-mobilebeat .cta {
display:block;
clear:both;
width:100%;
border-radius:5px;
border:1px solid #1864b1;
color:#fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
text-align:center;
text-decoration:none;
font-weight:600;
font-size:18px;
line-height:17px;
padding:4px 0px 6px 0px;
background: #1f80e4;
background: -moz-linear-gradient(top,  #1f80e4 0%, #1862ae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f80e4), color-stop(100%,#1862ae));
background: -webkit-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -o-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -ms-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: linear-gradient(to bottom,  #1f80e4 0%,#1862ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80e4', endColorstr='#1862ae',GradientType=0 );
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/04/23/funding-daily-april-23-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/04/social-api-social-circle.jpg?w=160" /><source url="http://venturebeat.com/2012/04/23/funding-daily-april-23-2012/">Funding daily: One social API to rule them all</source>
		<media:content url="http://0.gravatar.com/avatar/ff4a9e3847580a21312771e49d0f8659?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sarahbessiemitroff</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/04/social-api-social-circle.jpg" medium="image">
			<media:title type="html">social api social circle</media:title>
		</media:content>
	</item>
	</channel>
</rss>
