<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.3.1" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>OpenSocial Blog</title>
	<link>http://www.opensocialblog.com</link>
	<description>Tracking the new standard in social networking application development</description>
	<pubDate>Mon, 05 Nov 2007 17:50:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/opensocial" type="application/rss+xml" /><item>
		<title>Creating an OpenSocial application - Example 1: Mini Google Search</title>
		<link>http://feedproxy.google.com/~r/opensocial/~3/Hg0oLARuU-I/</link>
		<comments>http://www.opensocialblog.com/2007/11/06/creating-an-opensocial-application-example-1-mini-google-search/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 17:50:01 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[OpenSocial]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/06/creating-an-opensocial-application-example-1-mini-google-search/</guid>
		<description><![CDATA[Fumbling together some basic code, I can now say that I have developed an application in OpenSocial: &#8220;Mini Google Search&#8221;.
Really, given that the application doesn&#8217;t rely on any friend information or any data on the social graph whatsoever, I&#8217;m not about to win an OpenSocial programming award, but it was an interesting exercise that gave [...]]]></description>
			<content:encoded><![CDATA[<p>Fumbling together some basic code, I can now say that I have developed an application in OpenSocial: &#8220;Mini Google Search&#8221;.</p>
<p>Really, given that the application doesn&#8217;t rely on <em>any</em> friend information or <em>any</em> data on the social graph whatsoever, I&#8217;m not about to win an OpenSocial programming award, but it was an interesting exercise that gave me an opportunity to explore the testing environment Google has made available to developers through its social networking site, Orkut.</p>
<p><strong>Application: Mini Google Search</strong></p>
<p>I was interested in making a small application that allowed users to conduct a Google search without having to leave their social networking account.</p>
<p><strong>Method: Pull apart some other applications to see how they worked<br />
</strong></p>
<p>I went and checked out the applications at <a href="http://www.opensocialdirectory.org">opensocialdirectory.org</a>, as that site allows you to inspect some of the listed applications&#8217; code.</p>
<p>Once I got an idea of some basic calls, I felt I was ready to proceed. It was time to hit the Orkut Sandbox.</p>
<p><em>Note: if you&#8217;d like to hit the Orkut sandbox, you&#8217;re going to need a <a href="http://groups.google.com/group/opensocial-api/web/http-code-google-com-support-opensocialsignup">specially whitelisted Orkut account</a>, and you might have to wait a while for your invitation&#8230; </em></p>
<p><strong>Discovering the Orkut Sandbox</strong></p>
<p>In programming, &#8217;sandboxes&#8217; are areas where you can play with technology without the risk of breaking anything valuable. Google has setup a sandbox for OpenSocial application devlopment within their social networking site, Orkut.</p>
<p>Within a few hours of developers being granted access to the Orkut Sandbox, it was discovered that applications that relied on &#8216;friends&#8217; for testing were difficult to test because hardly anyone had any friends on Orkut, and you can&#8217;t just test your app using any friends, you can only test it using <em>whitelisted</em> friends (ie. other developers).</p>
<p>So using the Google OpenSocial group, a bunch of us agreed to add other developers as friends for OpenSocial testing purposes. At last count I have 52 &#8216;friends&#8217; on Orkut. I haven&#8217;t met any of them, but I kind of wonder if I will actually get to know one or two of these guys over time (and yes, they are ALL guys).</p>
<p><strong>So what did you bring to the Sandbox, Tim?</strong></p>
<p>To make the application I needed to create three files:</p>
<ul>
<li>An XML file to tell Orkut a little about my application (for example the application name, thumbnail image etc) - <strong>minigooglesearch.xml</strong>;</li>
<li>An HTML file that held the Google Search page (which I compiled from <a href="http://code.google.com/apis/ajaxsearch/">Google AJAX Search API</a>) -  <strong>minigooglesearch.html</strong>; and,</li>
<li>A thumbnail image (to give the application an Icon in social network directories) -  <strong>minigooglesearch.jpg</strong>.</li>
</ul>
<p><strong>FILE ONE: </strong><strong>minigooglesearch</strong><strong>.xml</strong><br />
The XML file is only fairly small - <a href="http://www.opensocialblog.com/applications/minigooglesearch/minigooglesearch.xml">have a look at it if you like</a>.</p>
<p>Looking at the XML file, even a non-programmer could find themselves renaming the application and making themselves the author in no time at all!</p>
<p><strong>FILE TWO: </strong><strong>minigooglesearch.html</strong></p>
<p>Now, the HTML file required was provided almost entirely from Google - it was presented to me when I signed up for their AJAX Search API as a &#8217;starting point&#8217;.</p>
<p>So I took their starting point and made a few tweaks - mainly that I set the page to automatically load with the results for the search: &#8220;site:opensocialblog.com&#8221; - I thought I&#8217;d give the blog a plug! You can go straight to the <a href="http://www.opensocialblog.com/applications/minigooglesearch/minigooglesearch.html">search page file</a> to see how it looks.</p>
<p><strong>FILE THREE: minigooglesearch.jpg</strong></p>
<p>A lot of the guys developing apps in Orkut&#8217;s sandpit aren&#8217;t bothering to create thumbnails at this stage, but it only takes a minute, so here&#8217;s what I knocked up:</p>
<p><img src="http://www.opensocialblog.com/wp-content/uploads/2007/11/minigooglesearch.jpg" alt="Mini Google Search" /></p>
<p>So with all three files together, I uploaded them to my server (opensocialblog.com/applications/minigooglesearch/) and hit the sandbox&#8230;</p>
<p><strong>Orkut&#8217;s Sandbox is full of broken toys, in fact, Orkut&#8217;s sandbox often IS a broken toy&#8230;</strong></p>
<p>&#8220;Bad, bad server, no donut for you&#8221; - that&#8217;s not me cursing Orkut, that&#8217;s Orkut&#8217;s error message - it&#8217;s Orkut chastising <em>itself</em>.  Well, if you&#8217;ve been testing your application in Orkut, in the past few days, you&#8217;ve seen that message a lot.</p>
<p><strong>So, on to testing &#8220;Mini Google Search&#8221;</strong></p>
<p>It didn&#8217;t take too many goes to have Mini Google Search running like a proper social network application.</p>
<p>Here are two screenshots:</p>
<p>Screen Shot One: A list of my Orkut applications - at the time of the screenshot, I only had <em>Mini Google Search</em> installed.</p>
<p><img src="http://www.opensocialblog.com/wp-content/uploads/2007/11/1.jpg" alt="Mini Google Search 1" /></p>
<p>Screen Shot Two: A look at my profile, complete with <em>Mini Google Search</em>&#8230;</p>
<p><img src="http://www.opensocialblog.com/wp-content/uploads/2007/11/2.jpg" alt="Mini Google Search 2" /></p>
<p><strong> Sharing the application so everyone can see how it works</strong></p>
<p>My next step was to make the application publicly available. If you have a whitelisted Orkut account, you can install the application using this URL:<br />
http://www.opensocialblog.com/applications/minigooglesearch/minigooglesearch.xml</p>
<p>I have also shared the application at opensocialdirectory.org</p>
<p><strong>Thanks</strong></p>
<p>Thanks to anyone who is taking time to answer questions at the OpenSocial Google Group. Forums are at their best when answers are swift and friendly.</p>
<p>&#8230;And speaking of swift and friendly, I have to send a big thank you to <a href="http://www.cjmillisock.com/">Chester Millsock</a> - I had a question about <a href="http://www.cjmillisock.com/2006/06/how-to-get-google-ajax-search-for-your.html">his blog post</a> and he came back with a helpful, detailed reply in no time at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/06/creating-an-opensocial-application-example-1-mini-google-search/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/06/creating-an-opensocial-application-example-1-mini-google-search/</feedburner:origLink></item>
		<item>
		<title>OpenSocialDirectory.org goes live - OpenSocial Application Wiki</title>
		<link>http://feedproxy.google.com/~r/opensocial/~3/OzQp0CJMK6s/</link>
		<comments>http://www.opensocialblog.com/2007/11/05/opensocialdirectoryorg-goes-live-opensocial-application-wiki/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 05:45:51 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/05/opensocialdirectoryorg-goes-live-opensocial-application-wiki/</guid>
		<description><![CDATA[OpenSocialDirectory.org is a wiki that allows developers to share their OpenSocial applications and code.
There are already a number of small applications available to dissect and explore.
A great place to share knowledge. Congratulations to Matthew Neal for getting the wiki together so quickly.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.OpenSocialDirectory.org">OpenSocialDirectory.org</a> is a wiki that allows developers to share their OpenSocial applications and code.</p>
<p>There are already a number of small applications available to dissect and explore.</p>
<p>A great place to share knowledge. Congratulations to Matthew Neal for getting the wiki together so quickly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/05/opensocialdirectoryorg-goes-live-opensocial-application-wiki/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/05/opensocialdirectoryorg-goes-live-opensocial-application-wiki/</feedburner:origLink></item>
		<item>
		<title>OpenSocial communities and discussions springing up…</title>
		<link>http://feedproxy.google.com/~r/opensocial/~3/5Ve0DpjLADs/</link>
		<comments>http://www.opensocialblog.com/2007/11/04/opensocial-communities-and-discussions-springing-up/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 00:17:20 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[forum]]></category>

		<category><![CDATA[OpenSocial]]></category>

		<category><![CDATA[orkut]]></category>

		<category><![CDATA[sandbox]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/04/opensocial-communities-and-discussions-springing-up/</guid>
		<description><![CDATA[The three main OpenSocial communities that I know about are:
OpenSocial Developer Forum - Official Google
OpenSocial Community on Orkut - General OpenSocial discussion
OpenSocial Orkut Sandbox - For Application developers
Of course I&#8217;m participating in all three. If you know of others, please add them in the comments.
]]></description>
			<content:encoded><![CDATA[<p>The three main OpenSocial communities that I know about are:</p>
<p><a href="http://groups.google.com/group/opensocial-api/">OpenSocial Developer Forum</a> - Official Google<br />
<a href="http://sandbox.orkut.com/Community.aspx?cmm=41096312">OpenSocial Community on Orkut</a> - General OpenSocial discussion<br />
<a href="http://sandbox.orkut.com/Community.aspx?cmm=41271206">OpenSocial Orkut Sandbox</a> - For Application developers</p>
<p>Of course I&#8217;m participating in all three. If you know of others, please add them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/04/opensocial-communities-and-discussions-springing-up/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/04/opensocial-communities-and-discussions-springing-up/</feedburner:origLink></item>
		<item>
		<title>Making social networking applications just got easier, and therefore harder…</title>
		<link>http://feedproxy.google.com/~r/opensocial/~3/LdyPmRDyF54/</link>
		<comments>http://www.opensocialblog.com/2007/11/04/social-networking-apps-just-got-easier-and-therefore-harder/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 13:13:33 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[OpenSocial]]></category>

		<category><![CDATA[orkut]]></category>

		<category><![CDATA[sandbox]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/04/social-networking-apps-just-got-easier-and-therefore-harder/</guid>
		<description><![CDATA[The more I read about OpenSocial the more I realise how many thousands of apps there are going to be by Christmas. If they are as easy to build and deploy as Google&#8217;s launch partners are boasting, we&#8217;re in for a deluge.
As  William Tan points out, even if making an app just became a [...]]]></description>
			<content:encoded><![CDATA[<p>The more I read about OpenSocial the more I realise how many thousands of apps there are going to be by Christmas. If they are as easy to build and deploy as Google&#8217;s launch partners are boasting, we&#8217;re in for a deluge.</p>
<p>As  <a href="http://groups.google.com/group/opensocial-api/msg/012538aab678760a?dmode=source">William Tan</a> points out, even if making an app just became a whole lot easier, if anything, the challenge of how to make your app <strong>engaging</strong>, <strong>addictive</strong> and <strong>viral</strong> has become far greater. There is going to be a whole lot more competition out there&#8230;</p>
<p><strong>Having a crack at building an OpenSocial app</strong></p>
<p>On a side note, Google are allowing <a href="http://code.google.com/support/opensocialsignup/">developer registration for Orkut OpenSocial Sandbox accounts</a>. Impatient developers are wondering how long it&#8217;s going to take to be granted access, so don&#8217;t expect to get in immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/04/social-networking-apps-just-got-easier-and-therefore-harder/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/04/social-networking-apps-just-got-easier-and-therefore-harder/</feedburner:origLink></item>
		<item>
		<title>If you can call friends that aren’t on your cell network…</title>
		<link>http://feedproxy.google.com/~r/opensocial/~3/l5lxnHTG2DI/</link>
		<comments>http://www.opensocialblog.com/2007/11/03/if-you-can-call-friends-that-arent-on-your-cell-network/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 12:18:55 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[OpenSocial]]></category>

		<category><![CDATA[walled gardens]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/03/if-you-can-call-friends-that-arent-on-your-cell-network/</guid>
		<description><![CDATA[&#8230;then why can&#8217;t you interact with friends that aren&#8217;t on your social network?
Mark Hurricanes&#8217; analogy sums up the flaw in social networking brilliantly.
The conversations I&#8217;m participating in around the web all point to one thing - the quicker the walls in the social network gardens come down the happier developers - and participants - will [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;then why can&#8217;t you interact with friends that aren&#8217;t on your social network?</p>
<p>Mark Hurricanes&#8217; <a href="http://groups.google.com/group/opensocial-api/msg/202da1977fad8785?dmode=source&amp;output=gplain">analogy</a> sums up the flaw in social networking brilliantly.</p>
<p>The conversations I&#8217;m participating in around the web all point to one thing - the quicker the walls in the social network gardens come down the happier developers - and participants - will be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/03/if-you-can-call-friends-that-arent-on-your-cell-network/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/03/if-you-can-call-friends-that-arent-on-your-cell-network/</feedburner:origLink></item>
		<item>
		<title>Breaking down the walled gardens - Sister Accounts using OpenSocial</title>
		<link>http://feedproxy.google.com/~r/opensocial/~3/qCKIjwBt6bg/</link>
		<comments>http://www.opensocialblog.com/2007/11/03/breaking-down-the-walled-gardens-sister-accounts-using-opensocial/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 12:07:29 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[hi5]]></category>

		<category><![CDATA[OAuth]]></category>

		<category><![CDATA[OpenSocial]]></category>

		<category><![CDATA[Paul Lindner]]></category>

		<category><![CDATA[RESTful]]></category>

		<category><![CDATA[sister accounts]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/03/breaking-down-the-walled-gardens-sister-accounts-using-opensocial/</guid>
		<description><![CDATA[A big concern about OpenSocial is that the various social networks (&#8217;containers&#8217;) will still remain silos. Check out this diagram from the Campfire One video&#8230; At the top are the various networks - silos - and then they are linked to the &#8216;developer&#8217;&#8230; But the containers are still walled gardens, right?

Well, not according to Hi5 [...]]]></description>
			<content:encoded><![CDATA[<p>A big concern about OpenSocial is that the various social networks (&#8217;containers&#8217;) will still remain silos. Check out this diagram from the Campfire One video&#8230; At the top are the various networks - silos - and then they are linked to the &#8216;developer&#8217;&#8230; But the containers are still walled gardens, right?</p>
<p><img src="http://www.opensocialblog.com/wp-content/uploads/2007/11/picture-2.jpg" alt="OpenSocial Silo Diagram One" /></p>
<p>Well, not according to Hi5 Architect Paul Lindner. In a recent post he enthused that <a href="http://groups.google.com/group/opensocial-api/msg/782bbae08f3820a5?dmode=source&amp;output=gplain">OpenSocial actually breaks down the walled gardens.</a> In this example he describes users identifying &#8220;sister accounts&#8221; - for example I can advise MySpace that I am also on LinkedIn&#8230;</p>
<blockquote><p>&#8220;The reason OpenSocial has tremendous uptake was due to its simplicity and wide applicability.</p>
<p>Federating logins across multiple containers is a whole different game.</p>
<p>That said, one thing that isn&#8217;t mentioned much in the launch is the RESTful Server-Side version of OpenSocial calls.</p>
<p>The potential is there for one OpenSocial container to make calls to another OpenSocial container, once the credentials are set using OAuth.</p>
<p><strong>For example, let&#8217;s say that a hi5 user adds a livejournal &#8217;sister- account&#8217; to their profile. Then, using OAuth that hi5 user can allow hi5 to talk to livejournal&#8217;s server side open social API.</strong></p>
<p>That&#8217;s one reason I&#8217;m so excited about this. Open Social is breaking down the walled gardens and allowing interoperability where it never existed before.</p></blockquote>
<p>Now <em>that</em> is promising&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/03/breaking-down-the-walled-gardens-sister-accounts-using-opensocial/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/03/breaking-down-the-walled-gardens-sister-accounts-using-opensocial/</feedburner:origLink></item>
		<item>
		<title>OpenSocial - Impact on developers</title>
		<link>http://feedproxy.google.com/~r/opensocial/~3/g6HbjNEq0VQ/</link>
		<comments>http://www.opensocialblog.com/2007/11/03/opensocial-impact-on-developers/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 11:45:05 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Adam Gross]]></category>

		<category><![CDATA[Brian Kellner]]></category>

		<category><![CDATA[Max Levchin]]></category>

		<category><![CDATA[NewsGator]]></category>

		<category><![CDATA[salesforce]]></category>

		<category><![CDATA[slide]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/03/opensocial-impact-on-developers/</guid>
		<description><![CDATA[“OpenSocial is great. The user benefit is a shorter cycle before they see cool new apps and ways to spend more time on social networks independent of the network they are on &#8230;The most powerful implication is for developers. They’ll have less worry about in terms of complexity and back end integration.
“How well this plays [...]]]></description>
			<content:encoded><![CDATA[<p>“OpenSocial is great. The user benefit is a shorter cycle before they see cool new apps and ways to spend more time on social networks independent of the network they are on &#8230;The most powerful implication is for developers. They’ll have less worry about in terms of complexity and back end integration.</p>
<p>“How well this plays out remains to be seen. It will be a frenzy initially and then the platforms will fine tune the controls so as not to piss off users….that’s what could cause the APIs to change.&#8221;</p>
<p>Max Levchin<br />
Founder and CEO of Slide<br />
<a href="http://blogs.zdnet.com/BTL/?p=6824">Source</a></p>
<p>&#8220;Google’s OpenSocial is more flexible and lighter weight, with HTML and Javascript in the container &#8230;At the moment, the Google APIs have less data–it will be trickier to get viral growth since there is no prompt to push an application to other friends because it doesn’t know who your friends are who don’t have it.</p>
<p>“OpenSocial will be able to answer other questions, such as what kind of activities have been done on a platform or it may know about calendar events and be able to pass on that intelligence.&#8221;</p>
<p>Brian Kellner<br />
Vice president of product management at NewsGator<br />
<a href="http://blogs.zdnet.com/BTL/?p=6824">Source</a></p>
<p>&#8220;If you are on Orkut and you see a great [SocialOpen] widget that shows who are your closest friends, we could use the same widget and drop it on an opportunity page [on salesforce.com] and see the same presentation but instead of friends it would be people most active on this sales deal &#8230;The data is coming from salesforce, or whoever provides the container.</p>
<p>“A developer can define what a friend means–you could say who are all the friends related to this opportunity. The sales rep could see the opportunity and the strength of relationships among the influencers associated with the given opportunity,”</p>
<p>Adam Gross<br />
Vice president of developer marketing at salesforce.com<br />
<a href="http://blogs.zdnet.com/BTL/?p=6824">Source</a></p>
<p>MORE TO COME&#8230; Feel free to add your ideas below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/03/opensocial-impact-on-developers/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/03/opensocial-impact-on-developers/</feedburner:origLink></item>
		<item>
		<title />
		<link>http://feedproxy.google.com/~r/opensocial/~3/jdWDIuyu_tg/</link>
		<comments>http://www.opensocialblog.com/2007/11/03/17/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 11:04:02 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/03/17/</guid>
		<description><![CDATA[Google&#8217;s Campfire One &#8220;Highlights&#8221;: Introducing OpenSocial&#8230; Hype tape

If 60 minutes is a little long for you, why not watch this promotional video of the Google Campfire One. Warning: It&#8217;s not nearly as informative as the long form version.
]]></description>
			<content:encoded><![CDATA[<p><b>Google&#8217;s Campfire One &#8220;Highlights&#8221;: Introducing OpenSocial&#8230; Hype tape</b><br />
<object width="425" height="350">
<param name="movie" value="http://youtube.com/v/RytmNqEHYiE"></param><embed src="http://youtube.com/v/RytmNqEHYiE" type="application/x-shockwave-flash" width="425" height="350"></embed></object><br />If 60 minutes is a little long for you, why not watch this promotional video of the Google Campfire One. Warning: It&#8217;s not nearly as informative as the long form version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/03/17/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/03/17/</feedburner:origLink></item>
		<item>
		<title>Complete list of OpenSocial Launch Partners</title>
		<link>http://feedproxy.google.com/~r/opensocial/~3/FSKQQYOGaHw/</link>
		<comments>http://www.opensocialblog.com/2007/11/03/complete-list-of-opensocial-launch-partners/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 10:15:12 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[OpenSocial]]></category>

		<category><![CDATA[partners]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/03/complete-list-of-opensocial-launch-partners/</guid>
		<description><![CDATA[Prior to OpenSocial&#8217;s launch, the most comprehensive list of OpenSocial launch partners was purely speculative. And, as it turns out, small.
Check out the complete list of Google&#8217;s OpenSocial launch partners!
amiando, Animoto, Appirio, Bebo, Bleacher Report, BonstioNet, Brad Anderson, Bunchball, Inc, BuyFast, Cardinal Blue Software, Chakpak, Chronus Corporation, come2play, CurrentTV, E-junkie, Engage.com, eTwine Holdings, Inc., Fendoo [...]]]></description>
			<content:encoded><![CDATA[<p>Prior to OpenSocial&#8217;s launch, the most comprehensive list of OpenSocial launch partners was purely speculative. And, as it turns out, small.</p>
<p>Check out the complete list of Google&#8217;s OpenSocial launch partners!</p>
<p><a href="http://www.amiando.com/">amiando</a>, <a href="http://www.animoto.com/">Animoto</a>, <a href="http://www.appirio.com/">Appirio</a>, <a href="http://www.bebo.com/">Bebo</a>, <a href="http://www.bleacherreport.com/">Bleacher Report</a>, <a href="http://bonstio.net/gadgets">BonstioNet</a>, <a href="http://www.google.com/ig/authors?author=javalizard%40gmail.com">Brad Anderson</a>, <a href="http://www.bunchball.com/">Bunchball, Inc</a>, <a href="http://harvstr.com/buyfast/">BuyFast</a>, <a href="http://cardinalblue.com/google.html">Cardinal Blue Software</a>, <a href="http://www.chakpak.com/">Chakpak</a>, <a href="http://www.chronuscorp.com/">Chronus Corporation</a>, <a href="http://www.come2play.com/">come2play</a>, <a href="http://www.current.com/">CurrentTV</a>, <a href="http://www.e-junkie.com/">E-junkie</a>, <a href="http://www.engage.com/">Engage.com</a>, <a href="http://www.iamfreetonight.com/generic_page.php?page=about_us">eTwine Holdings, Inc.</a>, <a href="http://fendoo.com/">Fendoo Ltd</a>, <a href="http://www.flixster.com/">Flixster</a>, <a href="http://fotoflexer.com/">FotoFlexer</a>, <a href="http://www.friendster.com/">Friendster</a>, <a href="http://www.grimmthething.com/">Grimmthething</a>, <a href="http://www.hedgestop.com/">HedgeStop.com</a>, <a href="http://www.hi5.com/">Hi5</a>, <a href="http://www.hungrymachine.com/">Hungry Machine</a>, <a href="http://www.hyves.net/">Hyves</a>, <a href="http://www.ifamily.net/">iFamily, Inc</a>, <a href="http://www.ilike.com/">iLike</a>, <a href="http://www.imeem.com/">Imeem</a>, <a href="http://www.indeed.com/">Indeed.com</a>, <a href="http://www.klicksports.com/">KlickSports, Inc.</a>, <a href="http://www.labpixies.com/">LabPixies Ltd.</a>, <a href="http://www.limitnone.com/products.php?p=ibuild">LimitNone</a>, <a href="http://www.linkedin.com/">LinkedIn</a>, <a href="http://www.ljmsite.com/">LjmSite</a>, <a href="http://lovemygadgets.com/">LoveMyGadgets</a>, <a href="http://luvgooglegadgets.com/">LuvGoogleGadgets</a>, <a href="http://www.amnestywidgets.com/">Mesa Dynamics, LLC</a>, <a href="http://www.mixi.jp/">Mixi</a>, <a href="http://www.musestorm.com/">MuseStorm Inc</a>, <a href="http://www.myspace.com/">MySpace</a>, <a href="http://www.netvibes.com/">Netvibes</a>, <a href="http://www.newsgator.com/">NewsGator</a>, <a href="http://www.ning.com/">Ning</a>, <a href="http://www.nytimes.com/">NY Times</a>, <a href="http://www.oberon-media.com/">Oberon Media</a>, <a href="http://www.oracle.com/">Oracle</a>, <a href="http://www.orkut.com/">Orkut</a>, <a href="http://outside.in/">Outside.In</a>, <a href="http://www.paypal.com/">PayPal</a>, <a href="http://www.plaxo.com/">Plaxo</a>, <a href="http://www.protrade.com/">PROTRADE</a>, <a href="http://puxa.com/">Puxa</a>, <a href="http://www.qloud.com/">Qloud</a>, <a href="http://www.rockyou.com/">RockYou</a>, <a href="http://www.salesforce.com/">Salesforce.com</a>, <a href="http://www.shelfari.com/">Shelfari</a>, <a href="http://www.sidestep.com/">SideStep, Inc.</a>, <a href="http://www.sixapart.com/">Six Apart</a>, <a href="http://www.slide.com/">Slide</a>, <a href="http://www.theikos.com/">Theikos</a>, <a href="http://www.tianji.com/">Tianji</a>, <a href="http://www.toostep.com/">TooStep</a>, <a href="http://www.viadeo.com/">Viadeo</a>, <a href="http://www.virtualtourist.com/">VirtualTourist</a>, <a href="http://www.votigo.com/">Votigo</a>, <a href="http://whizzgadgets.googlepages.com/">Whizz</a>, <a href="http://www.widgetbox.com/">Widgetbox</a>, <a href="http://www.xing.com/">Xing</a>, <a href="http://gadgets.zytu.com/">Zytu Inc.</a>,<br />
<a href="http://code.google.com/apis/opensocial/partners.html">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/03/complete-list-of-opensocial-launch-partners/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/03/complete-list-of-opensocial-launch-partners/</feedburner:origLink></item>
		<item>
		<title />
		<link>http://feedproxy.google.com/~r/opensocial/~3/AZKjjhnthis/</link>
		<comments>http://www.opensocialblog.com/2007/11/03/15/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 10:06:15 +0000</pubDate>
		<dc:creator>Tim Longhurst</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.opensocialblog.com/2007/11/03/15/</guid>
		<description><![CDATA[Campfire One: Introducing OpenSocial

This is the first OpenSocial video Google has released.
Although it&#8217;s trying to be informal and &#8216;out in the open&#8217;, the campfire session is totally contrived. Even so, the video is a great introduction to how OpenSocial works and the spin Google is placing on this. A telling quote early in the video [...]]]></description>
			<content:encoded><![CDATA[<p><b>Campfire One: Introducing OpenSocial</b><br />
<object width="425" height="350">
<param name="movie" value="http://youtube.com/v/9KOEbAZJTTk"></param><embed src="http://youtube.com/v/9KOEbAZJTTk" type="application/x-shockwave-flash" width="425" height="350"></embed></object><br />This is the first OpenSocial video Google has released.<br />
Although it&#8217;s trying to be informal and &#8216;out in the open&#8217;, the campfire session is totally contrived. Even so, the video is a great introduction to how OpenSocial works and the spin Google is placing on this. A telling quote early in the video is &#8220;this is not GoogleSocial, it&#8217;s OpenSocial&#8230;&#8221;<br />
It goes for an hour, so get comfortable!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensocialblog.com/2007/11/03/15/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.opensocialblog.com/2007/11/03/15/</feedburner:origLink></item>
	</channel>
</rss>
