<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    >

<channel>
    <title>Webmonkey &#187; oauth</title>
    <atom:link href="http://www.webmonkey.com/tag/oauth/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Connect to Twitter Without OAuth</title>
        <link>http://www.webmonkey.com/2010/10/connect-to-twitter-without-oauth/</link>
        <comments>http://www.webmonkey.com/2010/10/connect-to-twitter-without-oauth/#comments</comments>
        <pubDate>Fri, 29 Oct 2010 16:47:20 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=49057</guid>
        		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[Twitter]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/10/supertweet.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/10/supertweet.jpg" alt="Connect to Twitter Without OAuth" /></div>OAuth is a great way to sidestep the dilemma of having to hand over passwords to third-party sites and apps to access user data. This is the primary reason the authentication method is fast becoming a de riguer part of today&#8217;s social APIs. But while OAuth solves one problem, it creates another &#8212; it greatly [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://www.webmonkey.com/wp-content/uploads/2010/10/supertweet.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/10/supertweet.jpg" alt="" title="supertweet" width="200" /></a>OAuth is a great way to sidestep the dilemma of having to hand over passwords to third-party sites and apps to access user data. This is the primary reason the authentication method is fast becoming a de riguer part of today&#8217;s social APIs.</p>
<p>But while OAuth solves one problem, it creates another &#8212; it greatly raises the complexity of simple apps.</p>
<p>We&#8217;ve <a href="http://www.webmonkey.com/2010/09/does-oauths-complexity-alienate-small-apps/">looked at the issue in the past</a>, particularly with regard to Twitter&#8217;s transition to OAuth, which broke countless small scripts. The good news is that OAuth 2.0 is less complex than its predecessor and removes much of the headache for small developers. Unfortunately, OAuth 2.0 isn&#8217;t widely adopted yet, and it&#8217;s not quite ready for prime time.</p>
<p>But there is a solution for Twitter. <a href="http://www.supertweet.net/">SuperTweet</a> was created by developer David Beckemeyer. The service sits between your script and Twitter, where it does the heavy lifting of OAuth for you. Even better, you don&#8217;t have to hand over your Twitter password to SuperTweet &#8212; instead, you create a password on the site, approve SuperTweet to access your Twitter account and then connect your script to SuperTweet.</p>
<p>The service isn&#8217;t meant for full-blown apps, nor does it support commercial uses. But for individuals and non-profits without the development resources to make the switch to OAuth 2.0, it can bring those simple Twitter scripts back to life.</p>
<p>Of course using SuperTweet means adding another potential failure point between your script and Twitter, but if you can live with that, using SuperTweet is easier than wading into OAuth&#8217;s waters.</p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/09/does-oauths-complexity-alienate-small-apps/">Does OAuth&#8217;s Complexity Alienate Small Apps?</a></li>
<li><a href="http://www.webmonkey.com/2010/08/twitter-moves-to-oauth-the-oauthcalypse-is-nigh/">Twitter Moves to OAuth: The OAuthcalypse Is Nigh</a></li>
<li><a href="http://www.webmonkey.com/2010/03/gmail-now-more-secure-with-oauth-support/">Gmail Now More Secure With OAuth Support</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/10/connect-to-twitter-without-oauth/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Does OAuth&#8217;s Complexity Alienate Small Apps?</title>
        <link>http://www.webmonkey.com/2010/09/does-oauths-complexity-alienate-small-apps/</link>
        <comments>http://www.webmonkey.com/2010/09/does-oauths-complexity-alienate-small-apps/#comments</comments>
        <pubDate>Mon, 13 Sep 2010 20:52:49 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=48670</guid>
        		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[oauth]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/05/oauth-shine-200.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/05/oauth-shine-200.jpg" alt="Does OAuth&#8217;s Complexity Alienate Small Apps?" /></div>OAuth is a great way to sidestep the dilemma of having to hand over passwords to third party sites and apps to access user data. This is the primary reason the authentication method is fast becoming a de riguer part of today&#8217;s social APIs. But, while OAuth solves one problem, it creates another &#8212; it [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img src="http://www.webmonkey.com/wp-content/uploads/2010/05/oauth-shine-200.jpg" alt="" title="oauth-shine-200" width="200" height="199" />OAuth is a great way to sidestep the dilemma of having to hand over passwords to third party sites and apps to access user data. This is the primary reason the <a href="http://oauth.net/">authentication method</a> is fast becoming a <em>de riguer</em> part of today&#8217;s social APIs. But, while OAuth solves one problem, it creates another &#8212; it greatly raises the complexity of simple apps.</p>
<p>OAuth assumes a particular use case &#8212; you are using a third party service that wants to access your data on some other service. Rather than handing over your username and password, OAuth has you log in to, for example, Twitter and then authorize, for example, Twitterific to access your data.</p>
<p>Where OAuth adds complexity is in the small developer use case, where &#8220;your app&#8221; and the user of your app are in fact just you &#8212; for example, a simple script that lives on your server, grabbing your Twitter stream and storing it on your own server. It&#8217;s much, much more difficult to hack up such a script using OAuth than it is with simple password authentication. The barrier to experimentation is astronomically higher with OAuth than with basic authentication.</p>
<p>As Microsoft&#8217;s Jon Udell <a href="http://radar.oreilly.com/2010/09/twitterss-oauth-mandate-kills.html">points out</a> on the O&#8217;Reilly Radar blog, this tradeoff &#8212; protected passwords at the expense of making development more complex &#8212; means that hacking together an quick experiment is now much more difficult.</p>
<p>Protecting passwords is good, and no one is arguing otherwise. But where OAuth fails is focusing on the application accessing data at the expense of the individual experimenting with their own data.</p>
<p>In the end, OAuth 2.0 may help ease that pain by <a href="http://tools.ietf.org/html/draft-ietf-oauth-v2-10">offering a cryptography-free option for authentication</a> that doesn&#8217;t require half a dozen redirects to get your own data. OAuth 2.0 is already being implemented by Facebook and Twitter, but it isn&#8217;t widely implemented on other sites, and it&#8217;s still a moving target &#8212; as evidenced by initiatives like <a href="http://openidconnect.com/">OpenID Connect</a> and <a href="http://code.google.com/p/step2/">step2</a>, which extend OAuth by adding in elements from OpenID. In the mean time, hacking together a script to access Twitter or other popular OAuth-based APIs is no longer just a matter of quick, late night inspiration.</p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/08/twitter-moves-to-oauth-the-oauthcalypse-is-nigh/">Twitter Moves to OAuth: The OAuthcalypse Is Nigh</a></li>
<li><a href="http://www.webmonkey.com/2010/03/gmail-now-more-secure-with-oauth-support/">Gmail Now More Secure With OAuth Support</a></li>
<li><a href="http://www.webmonkey.com/2009/04/oauth_security_exploit_tests_limits_of_open_web_standards/">OAuth Security Exploit Tests Limits of Open Web Standards</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/09/does-oauths-complexity-alienate-small-apps/feed/</wfw:commentRss>
        <slash:comments>4</slash:comments>

        
    </item>
    
    <item>
        <title>Yahoo Users Can Now Open a Google Account With OpenID</title>
        <link>http://www.webmonkey.com/2010/09/yahoo-users-can-now-open-a-google-account-with-openid/</link>
        <comments>http://www.webmonkey.com/2010/09/yahoo-users-can-now-open-a-google-account-with-openid/#comments</comments>
        <pubDate>Tue, 07 Sep 2010 18:14:12 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=48596</guid>
        		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Yahoo]]></category>
        <description><![CDATA[Google is now letting any Yahoo users sign in to Google using OpenID, the company announced Tuesday. When you&#8217;re signing up for a Google account, there&#8217;s now a new button you can click on that says &#8220;Verify by signing in at Yahoo.com.&#8221; Click it, and you&#8217;re sent to Yahoo, where you&#8217;re asked to allow Google [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://www.webmonkey.com/?attachment_id=23218" rel="attachment wp-att-23218"><img src="http://www.wired.com/images_blogs/epicenter/2010/09/OpenID_card.png" alt="" title="OpenID_card" width="260" height="168" /></a>Google is now letting any Yahoo users sign in to Google using OpenID, <a href="http://googleblog.blogspot.com/2010/09/simpler-sign-ups-for-yahoo-users-with.html">the company announced</a> Tuesday.</p>
<p>When you&#8217;re signing up for a Google account, there&#8217;s now a new button you can click on that says &#8220;Verify by signing in at Yahoo.com.&#8221; Click it, and you&#8217;re sent to Yahoo, where you&#8217;re asked to allow Google and Yahoo to link up your accounts.</p>
<p>Tuesday&#8217;s development marks Google&#8217;s first attempt to be an OpenID relying party &#8212; a website that accepts OpenID logins from third-party providers. Also, this only works for Yahoo users for now, but <a href="http://googlecode.blogspot.com/2010/09/sign-up-with-google-using-openid.html">Google says</a> it&#8217;s going to start offering support for other OpenID providers soon.</p>
<p>On the surface, this may look like an attempt by Google to poach users away from Yahoo by making it even easier for them to switch. In fact, it&#8217;s a real-world example of the type of interoperability that OpenID has been promising to bring to the open web for some time.</p>
<p><span id="more-48596"></span></p>
<p>The more services, web apps and social networks we sign up for, the more places we have to create an account, remember a password, find friends, and build up a user profile. <a href="http://openid.net/">OpenID</a> and the other twiddly bits in the &#8220;open stack&#8221; of social web technologies &#8212; like <a href="http://oauth.net/">OAuth</a> and <a href="http://portablecontacts.net/">Portable Contacts</a> &#8212; make it easier for us to securely re-use this data across numerous websites and applications while only having to maintain one user account and one password at the provider of our choosing. With OpenID and OAuth, your data can easily be forklifted into other social networks with just a few clicks. OpenID currently powers the <a href="http://www.janrain.com/blogs/measuring-popularity-social-media-platforms-across-web">majority of third-party logins</a> on the web.</p>
<p>This new Google/Yahoo system works because Yahoo is an OpenID provider. If you have a Yahoo account, you can use it to log in to any website that accepts OpenID. Google has simply started using the Yahoo OpenID API, the bit of code that makes it easier for third parties to create a simple, streamlined login experience for visitors who want to use their Yahoo ID to log in.</p>
<p>The same type of third-party login is possible using your Google account, since Google exposes the information necessary to make that happen in its own <a href="http://code.google.com/apis/accounts/docs/OpenID.html">OpenID APIs</a>.</p>
<p>So there&#8217;s no poaching happening here, just an open door policy on Yahoo&#8217;s end, and the implementation of one of Yahoo&#8217;s APIs on Google&#8217;s end.</p>
<p>Google is currently only offering OpenID logins for Yahoo users, the company says. The <a href="http://googlecode.blogspot.com/2010/09/sign-up-with-google-using-openid.html">Google Code blog</a> gives some more detail: &#8220;As [the new login feature] is based on an internet standard, we plan to use it in the future with other e-mail providers that add support for this usage of OpenID and related standards like OAuth, such as in the Microsoft Live identity APIs.&#8221;</p>
<p>Google is also experimenting with an OpenID/OAuth hybrid called <a href="http://code.google.com/p/step2/">Step2</a>, which builds on <a href="http://wiki.openid.net/Connect-Work-Group">similar community efforts</a> to build a new system based on those two technologies. Among other things, these new hybrid systems aim to make the process less confusing for users, and to make OAuth sign-ins easier for applications that run on a phone or on the desktop rather than in a web browser. </p>
<p><b>See also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/05/new-openid-connect-proposal-could-solve-many-of-the-social-webs-woes/">New &#8216;OpenID Connect&#8217; Proposal Could Solve Many of the Social Web&#8217;s Woes</a></li>
<li><a href="http://www.webmonkey.com/2010/06/video-the-open-and-social-web-explained/">Video: The Open and Social Web Explained</a></li>
<li><a href="http://www.webmonkey.com/2010/04/facebook-adopts-open-standard-for-user-logins/">Facebook Adopts Open Standard for User Logins</a></li>
<li><a href="http://www.webmonkey.com/2010/08/twitter-moves-to-oauth-the-oauthcalypse-is-nigh/">Twitter Moves to OAuth: The OAuthcalypse Is Nigh</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/09/yahoo-users-can-now-open-a-google-account-with-openid/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Twitter Moves to OAuth: The OAuthcalypse Is Nigh</title>
        <link>http://www.webmonkey.com/2010/08/twitter-moves-to-oauth-the-oauthcalypse-is-nigh/</link>
        <comments>http://www.webmonkey.com/2010/08/twitter-moves-to-oauth-the-oauthcalypse-is-nigh/#comments</comments>
        <pubDate>Mon, 30 Aug 2010 21:35:25 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=48543</guid>
        		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[OAuthcalypse]]></category>
		<category><![CDATA[Twitter]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/08/TwitterOauth.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/TwitterOauth.jpg" alt="Twitter Moves to OAuth: The OAuthcalypse Is Nigh" /></div>Twitter is killing support for basic user authentication in third-party apps on Tuesday morning, the company says. Instead, Twitter will now require all third-party app developers to use OAuth for user authentication. This is a planned move Twitter first announced in December, and the company has posted a help page on its developer site with [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><a href="http://www.webmonkey.com/wp-content/uploads/2010/08/TwitterOauth.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/TwitterOauth.jpg" alt="" title="TwitterOauth" width="163" height="165" class="alignright size-full wp-image-48544" /></a>
<p>Twitter is killing support for basic user authentication in third-party apps on Tuesday morning, the company says. Instead, Twitter will now require all third-party app developers to <a href="http://blog.twitter.com/2010/08/twitter-applications-and-oauth.html">use OAuth</a> for user authentication.</p>
<p>This is a planned move Twitter first announced in December, and the company has posted a <a href="http://dev.twitter.com/pages/basic_auth_shutdown">help page</a> on its developer site with some resources meant to ease the transition to OAuth.</p>
<p>The <a href="http://twitter.com/twitterapi">Twitter API team</a> has been dialing down the number of requests an app can make using the basic authorization method. That number will hit zero at 8AM Pacific time Tuesday.</p>
<p>Some bloggers have given the event the catchy name, &#8220;<a href="http://www.google.com/search?tbs=mbl%3A1&#038;hl=en&#038;source=hp&#038;q=oauthcalypse">OAuthcalypse</a>&#8221; &#8212; a bit of a mouthful, but so is &#8220;user authentication protocol&#8221; &#8212; the implication being that when basic authentication is switched off, it will break old software and leave users in the dark. But since Twitter has given developers ample warning of the change, the switch will only lock out a small number of apps. </p>
<p>Twitter&#8217;s move mirrors a broader trend on the social web, where basic authentication is being ditched for the more secure OAuth when services and applications connect user&#8217;s accounts.</p>
<p>In basic authentication, a website or app will say, &#8220;Hey, do you want to share whatever you&#8217;re doing here with your friends on Twitter? Give me your Twitter username and password and I&#8217;ll hook up your accounts.&#8221; By passing along your info, you&#8217;re giving that app or website unlimited access to everything in your Twitter account. Pretty dangerous, and not secure.</p>
<p>In OAuth authentication, the website or app will send you to Twitter where you sign yourself in, then Twitter will tell the website or app &#8220;Yeah, they are who they say they are.&#8221; The website or app only gains the ability to do certain things with your account &#8212; post, read, reply, search &#8212; while staying locked out from the more sensitive stuff.</p>
<p><span id="more-48543"></span></p>
<p>The biggest advantage of OAuth is you don&#8217;t have to tell your Twitter password to anyone other than Twitter. Also, OAuth connections are token-based, so once a connection is established, you can change your Twitter password without having to re-enter it into the website or app.</p>
<p>The only disadvantage is that old apps that haven&#8217;t updated to use OAuth will stop working this week. All of the popular ones (Seesmic, Tweetdeck, etc.) have already updated.</p>
<p>Twitter has been <a href="http://support.twitter.com/articles/76052-how-to-connect-to-third-party-applications">recommending developers use OAuth</a> as an authentication method for some time.</p>
<p>Almost all of the biggest social services, including <a href="http://developers.facebook.com/docs/authentication/">Facebook</a> and <a href="http://developer.yahoo.com/oauth/">Yahoo</a>, use OAuth to connect their social services together and to let users share photos, status updates and links in multiple places.</p>
<p>In fact, Facebook&#8217;s new Like buttons and its Social Graph API, <a href="http://www.webmonkey.com/2010/04/facebook-adopts-open-standard-for-user-logins/">launched in April</a>, use the newer OAuth 2.0 to handle user authentication.</p>
<p>OAuth 2.0 is a simplified version of OAuth. Twitter plans to eventually move to OAuth 2.0 for its entire platform, and Tuesday&#8217;s switch is part of that broader transition.</p>
<p>Twitter was originally going to move to OAuth in June, but the transition was delayed because of the increased volume of tweets around the World Cup.</p>
<p><em>Real-time search link via <a href="http://twitter.com/davewiner/status/22549961028">Dave Winer</a></em></p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/05/new-openid-connect-proposal-could-solve-many-of-the-social-webs-woes/">New &#8216;OpenID Connect&#8217; Proposal Could Solve Many of the Social Web&#8217;s Woes</a></li>
<li><a href="Twitter Switches on @Anywhere">Twitter Switches on @Anywhere</a></li>
<li><a href="http://www.webmonkey.com/2010/04/facebook-adopts-open-standard-for-user-logins/">Facebook Adopts Open Standard for User Authentication</a></li>
<li><a href="http://www.webmonkey.com/2010/03/gmail-now-more-secure-with-oauth-support/">Gmail Now More Secure With OAuth Support</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/08/twitter-moves-to-oauth-the-oauthcalypse-is-nigh/feed/</wfw:commentRss>
        <slash:comments>7</slash:comments>

        
    </item>
    
    <item>
        <title>Cliqset Cleans Up Streams, Integrates Twitter</title>
        <link>http://www.webmonkey.com/2010/06/cliqset-cleans-up-streams-integrates-twitter/</link>
        <comments>http://www.webmonkey.com/2010/06/cliqset-cleans-up-streams-integrates-twitter/#comments</comments>
        <pubDate>Wed, 30 Jun 2010 17:10:06 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47888</guid>
        		<category><![CDATA[Social]]></category>
		<category><![CDATA[UI/UX]]></category>
		<category><![CDATA[Cliqset]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[PubSubHubbub]]></category>
		<category><![CDATA[Salmon]]></category>
		<category><![CDATA[Twitter]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/06/Cliqset_search.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/06/Cliqset_search.jpg" alt="Cliqset Cleans Up Streams, Integrates Twitter" /></div>Cliqset completed a significant upgrade to its social sharing website Wednesday. The site now fully integrates Twitter, and it has refined its aggregation system so you get a much more streamlined, easy-to-digest view of your friends&#8217; activities across multiple social sites. There are literally dozens of changes, both visible and behind-the-scenes, in the new Cliqset. [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://www.webmonkey.com/wp-content/uploads/2010/06/Cliqsetlanding.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/06/Cliqsetlanding.jpg" alt="" title="Cliqsetlanding" width="580" height="414" class="aligncenter size-full wp-image-47897" /></a></p>
<p>Cliqset completed a significant upgrade to its social sharing website Wednesday. </p>
<p>The site now fully integrates Twitter, and it has refined its aggregation system so you get a much more streamlined, easy-to-digest view of your friends&#8217; activities across multiple social sites.</p>
<p>There are literally dozens of changes, both visible and behind-the-scenes, in the <a href="http://cliqset.com/">new Cliqset</a>. We&#8217;ve been testing out the new version (the company is half-jokingly calling it &#8220;Cliqset 2.0&#8243;) since midday Tuesday, and we&#8217;ve found the site has been given a significant boost that makes its aggregation features both more usable and more useful. The changes should be appearing for everyone on Cliqset sometime Wednesday morning.</p>
<p>Cliqset is a social network in itself, complete with followers, status updates and media sharing. But its sweet spot is as an aggregation service. It funnels all of the posts from the people you follow on the web into one single stream. It pulls in Twitter tweets, photos from your Flickr contacts, posts from your Tumblr network, updates from your friends on Facebook, Google Buzz, Yelp, YouTube, Google Reader &#8212; Cliqset connects to over 80 services in all.</p>
<p>It sounds, looks and works a lot like <a href="http://friendfeed.com/">FriendFeed</a>. But unlike FriendFeed, which was <a href="http://www.webmonkey.com/blog/Let_s_Be_Friends:_Facebook_Acquires_FriendFeed">acquired by Facebook last year</a> and has largely stagnated since, Cliqset continues to innovate.</p>
<p>Here&#8217;s one really cool new innovation: When you&#8217;re following somebody across multiple social networks and aggregating their posts in one place, you&#8217;re going to get a lot of duplicates. The new Cliqset filters out those dupes.</p>
<p>&#8220;If somebody&#8217;s on three different networks, we&#8217;ll know that,&#8221; Cliqset co-founder Darren Bounds tells Webmonkey. &#8220;We&#8217;ll consolidate their posts, de-duplicate the posts, refine them.&#8221;</p>
<p><span id="more-47888"></span></p>
<p>When Bounds says &#8220;refine,&#8221; he means that Cliqset includes image thumbnails whenever a link to an image is passed along, or an embedded video player whenever someone shares a video. Each status update also gets its own permalink with a larger image or full-size video player, making it look more like a real blog post.</p>
<p>The new Twitter integration runs deep. Cliqset has always connected to Twitter, but now the company has re-written its API to connect directly with the Twitter API.</p>
<p><div id="attachment_47900" class="wp-caption alignright" style="width: 310px"><a href="http://www.webmonkey.com/wp-content/uploads/2010/06/Cliqset_search.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/06/Cliqset_search-300x236.jpg" alt="" title="Cliqset_search" width="300" height="236" class="size-medium wp-image-47900" /></a><p class="wp-caption-text">A persistent search in Cliqset: You get results from multiple sites like Delicious, Vimeo, Twitter and Google Reader all mixed together.</p></div>
<p>You can post updates, @replies, direct messages or messages to groups of Twitter users from a single text area at the top of the page. It&#8217;s just like composing an e-mail: You can address your tweet to as many different recipients as you want and add attachments.</p>
<p>Searching is enhanced as well. You can save persistent searches (which hit both the Twitter Search API and the entire Cliqset ecosystem) and filter the results.</p>
<p>Sure, there are already a handful of excellent desktop Twitter clients that do many of the same things. Cliqset even makes <a href="http://www.webmonkey.com/2009/10/cliqset_debuts_a_desktop_app_for_the_real-time_web/">a social client for the desktop</a>, which is being phased out.</p>
<p>Bounds says Cliqset isn&#8217;t trying to be just another conduit to Twitter.</p>
<p>&#8220;When you&#8217;re interacting with somebody here, there&#8217;s no differentiation as to whether this person is on Twitter or Cliqset or not,&#8221; he says. &#8220;We want to blur the line between what is Cliqset and what is the web.&#8221;</p>
<p>Indeed, you can use Cliqset to search for new people to follow, manage your lists of who you follow, and interact with others, all regardless of which social network they&#8217;re on. Since Cliqset connects to all the majors, it just adds them to your master list, and you see their updates mixed in with everyone else, from everywhere else. Comments and @replies blend together, more closely resembling a real-time chat.</p>
<p>&#8220;We don&#8217;t feel users should have to know or care about what service the people they want to interact with are on,&#8221; Bounds says.</p>
<p>This relaunch integrates Twitter, but Bounds says Facebook and Google Buzz are next on his short list.</p>
<p>&#8220;We really want an open, standards-based social web with total interoperability, a completely transparent, blended experience,&#8221; he says.</p>
<p>That&#8217;s a lofty goal, but it&#8217;s within reach, mostly thanks to the many emerging open standards on the social web. It&#8217;s here that Cliqset is going all-in, using several of these new protocols to connect everything.</p>
<p>Cliqset <a href="http://www.webmonkey.com/2009/09/cliqset_relaunches_site__joins_the_real-time_streaming_club/">integrated Activity Streams in its last relaunch</a>, and it republishes all the actions it aggregates in the Activity Streams format. In this version, Cliqset is using <a href="http://wiki.oauth.net/OAuth-2">OAuth 2.0</a> to connect to Facebook and to Twitter. It has also implemented <a href="http://www.salmon-protocol.org/">Salmon</a> to publish comments and other interactions back to external services.</p>
<p>You can save customized, curated streams (I have two, named &#8220;Music&#8221; and &#8220;Web Dev&#8221;) within Cliqset where you can dump relevant tweets, links and blog posts. Cliqset takes that custom stream, generates an Atom version of it, and republishes it using <a href="http://code.google.com/p/pubsubhubbub/">PubSubHubbub</a>. So, others can subscribe to those streams anywhere on the open web and get updates about those topics in real time.</p>
<p>Foursquare is now a supported service, and you can check in with Cliqset using <a href="http://dev.w3.org/geo/api/spec-source.html">HTML5 Geolocation</a> through the browser.</p>
<p>To give the new Cliqset a try, head over and <a href="http://cliqset.com/">create an account</a>. You can connect using Facebook and Twitter (both new options) or a Google or Yahoo account. Cliqset still supports OpenID, though this option isn&#8217;t exposed in the new-user sign-up dialog. They don&#8217;t want to scare anyone away, maybe? Once you&#8217;re logged in, you can connect almost every social web service to your Cliqset account.</p>
<p>If you&#8217;re not familiar with aggregators, or if you&#8217;re new to Cliqset, this video should help demystify the experience.</p>
<p><object width="530" height="298"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12918925&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12918925&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="530" height="298"></embed></object>
<p><a href="http://vimeo.com/12918925">Cliqset: Getting started</a> from <a href="http://vimeo.com/user1832978">cliqset</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2009/09/cliqset_relaunches_site__joins_the_real-time_streaming_club/">Cliqset Relaunches, Joins the Real-Time Streaming Club</a></li>
<li><a href="http://www.webmonkey.com/2009/10/cliqset_debuts_a_desktop_app_for_the_real-time_web/">Cliqset Debuts a Desktop App for the Real-Time Web</a></li>
<li><a href="http://www.webmonkey.com/2010/05/new-openid-connect-proposal-could-solve-many-of-the-social-webs-woes/">New &#8216;OpenID Connect&#8217; Proposal Could Solve Many of the Social Web&#8217;s Woes</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/06/cliqset-cleans-up-streams-integrates-twitter/feed/</wfw:commentRss>
        <slash:comments>4</slash:comments>

        
    </item>
    
    <item>
        <title>New &#8216;OpenID Connect&#8217; Proposal Could Solve Many of the Social Web&#8217;s Woes</title>
        <link>http://www.webmonkey.com/2010/05/new-openid-connect-proposal-could-solve-many-of-the-social-webs-woes/</link>
        <comments>http://www.webmonkey.com/2010/05/new-openid-connect-proposal-could-solve-many-of-the-social-webs-woes/#comments</comments>
        <pubDate>Sun, 16 May 2010 01:47:24 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47410</guid>
        		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[OpenID Connect]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/05/openid_connect.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/05/openid_connect.jpg" alt="New &#8216;OpenID Connect&#8217; Proposal Could Solve Many of the Social Web&#8217;s Woes" /></div>David Recordon, one of the key architects of OpenID and other identity technologies that have emerged over the past five years, has envisioned a new direction for OpenID. His proposal, which was drafted with input from several people in the OpenID community, is called OpenID Connect. At the highest level, it essentially rebuilds OpenID on [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><a href="http://www.webmonkey.com/wp-content/uploads/2010/05/openid_connect.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/05/openid_connect-300x63.jpg" alt="openid_connect" title="openid_connect" width="300" height="63" class="alignright size-medium wp-image-47412" /></a>
<p>David Recordon, one of the key architects of OpenID and other identity technologies that have emerged over the past five years, has envisioned a new direction for OpenID.</p>
<p>His proposal, which was drafted with input from several people in the OpenID community, is called <a href="http://openidconnect.com/">OpenID Connect</a>. At the highest level, it essentially rebuilds OpenID on top of OAuth 2.0, combining the two popular open source systems for authenticating users and letting them share data with social websites and applications.</p>
<p>&#8220;OpenID Connect is an attempt to pull the best pieces of two separate technologies together, to create a single technology stack that&#8217;s simpler for everyone to use,&#8221; Recordon tells Webmonkey.</p>
<p>The proposed approach combines several interactions around logging in and sharing data with a website or application into one simple step. It also lets a user log in using either a profile URL, a blog URL or an e-mail address. Support for e-mail addresses as identifiers is a big step for OpenID, which currently requires you to type a URL &#8212; something that&#8217;s confusing to people who are used to typing a user name. Asking somebody to enter an e-mail address requires less of a psychological jump.</p>
<p>OpenID Connect hopes to broaden the technology&#8217;s reach as well. Unlike OpenID, it&#8217;s been designed to work equally well on every platform in your home: on the web, on the desktop and in mobile apps. &#8220;It could even work on your XBox,&#8221; Recordon says.</p>
<p>Both <a href="http://openid.net/">OpenID</a> and <a href="http://oauth.net/">OAuth</a> have seen wide adoption across social sites and applications over the last couple of years, but both still suffer from various problems of usability (for people trying to log in) and complexity (for publishers who are trying to implement them). This is mostly due to the fact that the two technologies weren&#8217;t developed concurrently, and that they were developed for different use cases.</p>
<p>Many of the complexity problems in OAuth were solved by the creation of OAuth 2.0 earlier this year. OAuth 2.0 hasn&#8217;t been finalized, but it&#8217;s <a href="http://www.webmonkey.com/2010/04/facebook-adopts-open-standard-for-user-logins/">already been adopted by Facebook</a> in its Open Graph API, and <a href="http://www.webmonkey.com/2010/04/twitter-switches-on-anywhere/">by Twitter in @anywhere</a>. OpenID, however, hasn&#8217;t been updated since 2007. Three years is an eternity on the web, especially in the mobile space, which has seen the massive growth of the mobile web and the quick proliferation of mobile apps with social networking built in.</p>
<p>Also, the technologies serve two different purposes. OpenID is a way of proving to a server that you are who you say you are, and OAuth is a way of providing an application access to information such as your photos or your address book through web APIs.</p>
<p>&#8220;Instead of saying identity and APIs were different things, we wanted to build them together and make them work together,&#8221; Recordon says. &#8220;This is a smart combination of OpenID and OAuth pieces.&#8221;</p>
<p>The idea of OpenID Connect evolved naturally from the work being done by Recordon and his colleagues in the OpenID Foundation, the non-profit that develops and popularizes the technology. Others involved in the creation of this new proposal include Chris Messina, who works at Google and <a href="http://factoryjoe.com/blog/2010/01/04/openid-connect/">drafted a similar idea</a> earlier this year, and Eran Hammer-Lahav from Yahoo, who recently posted an <a href="http://hueniverse.com/2010/05/introducing-oauth-2-0/">overview of the improvements in OAuth 2.0</a>. Recordon, who is an engineer at Facebook, just stitched together the pieces and drafted the proposal.</p>
<p>Chris Messina is quick to point out that OpenID Connect is just an idea at this point, not a spec or a complete draft.</p>
<p>&#8220;David&#8217;s document is a strawman in a very intentional way,&#8221; he says. &#8220;It is not complete. It&#8217;s a starting point. The goal is to start a conversation versus saying, &#8216;this is a solution.&#8217;&#8221;</p>
<p><em><strong>Update:</strong> Be sure to <a href="http://factoryjoe.com/blog/2010/05/16/combing-openid-and-oauth-with-openid-connect/">read Messina&#8217;s follow-up post</a> on his blog.</em></p>
<p><span id="more-47410"></span></p>
<p>Recordon plans to give a presentation about OpenID Connect on Monday at the <a href="http://www.internetidentityworkshop.com/">Internet Identity Workshop</a>, a quarterly meeting of social web engineers and deep thinkers taking place this week at the Computer History Museum in Mountain View, California.</p>
<p>One of the larger problems OpenID Connect is hoping to solve is one of adoption. Web publishers in particular haven&#8217;t warmed to OpenID, since it allows a user to log in to a website and leave a comment on a story, a blog post or a photo while essentially remaining anonymous to the publisher.</p>
<p>&#8220;In order to seed the adoption of OpenID, we need to make OpenID accounts more valuable,&#8221; Messina says.</p>
<p>That anonymous aspect has made OpenID less attractive to publishers who want to collect more data about their readers or interact with them &#8212; whether that means following them on Twitter, connecting with them on Facebook or sending them e-mail.</p>
<p>&#8220;Because of that, we haven&#8217;t had a really juicy carrot to provide to publishers to get them to adopt OpenID,&#8221; Messina says. &#8220;Why would they ditch the data access they have using traditional logins and move to OpenID when they get nothing in return? It&#8217;s a step backwards.&#8221;</p>
<p>OpenID Connect&#8217;s OAuth components would allow publishers to request more information from a user when they log in using OpenID, but do so in a way that lets the user maintain control and only grant access to the specific pieces of data they are comfortable sharing.</p>
<p>Another key problem OpenID Connect aims to solve is one of singular adoption across multiple platforms &#8212; the web, the desktop, and mobile phones.</p>
<p>&#8220;OAuth 1.0 was originally created because OpenID didn&#8217;t work for desktop apps or dashboard widgets,&#8221; Messina says. &#8220;Increasingly, we&#8217;re seeing a need to make these things work in mobile and on the desktop.&#8221;</p>
<p>Most social client applications on mobile phones and on the desktop &#8212; like those that post status updates and photos to Twitter or Facebook &#8212; use OAuth to log you in. But it&#8217;s very tricky to for them to add support for OpenID because OpenID was primarily designed for use on websites. The new proposal would allow apps on all platforms to use the same protocol to handle logins and access web APIs.</p>
<p>All of these developments tie into the main goal of OpenID Connect &#8212; to make adopting and using decentralized identity systems simpler.</p>
<p>Recordon points to the motivation behind creating OAuth 2.0 as providing the spark to innovate further on social protocols.</p>
<p>&#8220;There was a huge push in making OAuth 2.0 so much easier to use,&#8221; he says. &#8220;We then asked ourselves, &#8216;How do we make the rest of these technologies easier to use on the open web?&#8217;&#8221;</p>
<p><em>To get involved, you can join the public mailing list at <a href="http://lists.openid.net/mailman/listinfo/openid-specs">specs@openid.net</a>, or sign up for and attend the next <a href="http://www.internetidentityworkshop.com/">Internet Identity Workshop</a>, which runs from May 17 through 19, 2010 in Mountain View, California. There&#8217;s a fee for <a href="http://iiw10.eventbrite.com/">registration</a>, and it varies between $75 for students and $450 for a last minute 3-day pass. The date was recently moved so the IIW wouldn&#8217;t conflict with Google I/O.</em></p>
<p>See Also:</p>
<ul>
<li><a href="http://www.webmonkey.com/2010/04/facebook-adopts-open-standard-for-user-logins/">Facebook Adopts Open Standard for User Logins</a></li>
<li><a href="http://www.webmonkey.com/2010/04/twitter-switches-on-anywhere/">Twitter Switches on @Anywhere</a></li>
<li><a href="http://www.webmonkey.com/2010/03/gmail-now-more-secure-with-oauth-support/">Gmail Now More Secure With OAuth Support</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/05/new-openid-connect-proposal-could-solve-many-of-the-social-webs-woes/feed/</wfw:commentRss>
        <slash:comments>17</slash:comments>

        
    </item>
    
    <item>
        <title>Facebook Adopts Open Standard for User Logins</title>
        <link>http://www.webmonkey.com/2010/04/facebook-adopts-open-standard-for-user-logins/</link>
        <comments>http://www.webmonkey.com/2010/04/facebook-adopts-open-standard-for-user-logins/#comments</comments>
        <pubDate>Thu, 22 Apr 2010 01:53:57 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47229</guid>
        		<category><![CDATA[Events]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[F8]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[OpenID]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/04/1529124811_67fcabab2d.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/1529124811_67fcabab2d.jpg" alt="Facebook Adopts Open Standard for User Logins" /></div>SAN FRANCISCO &#8212; As we predicted, Facebook is switching to an open standard to handle user authentication across its entire platform of connected websites and applications. Facebook is ditching its proprietary Facebook Connect system, which lets people use their Facebook username and password to log in to other sites around the web. In its place, [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><a href="http://www.webmonkey.com/wp-content/uploads/2010/04/1529124811_67fcabab2d.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/1529124811_67fcabab2d.jpg" alt="Oauth logo" title="Oauth logo" width="250" /></a>
<p>SAN FRANCISCO &#8212; <a href="http://www.webmonkey.com/2010/04/up-next-for-facebook-expect-more-open-interactions/">As we predicted</a>, Facebook is switching to an open standard to handle user authentication across its entire platform of connected websites and applications.</p>
<p>Facebook is ditching its proprietary Facebook Connect system, which lets people use their Facebook username and password to log in to other sites around the web. In its place, the company will implement <a href="http://oauth.net">OAuth 2.0</a>, an open source (and soon to be <a href="http://www.ietf.org/">IETF standard</a>) protocol for user authentication.</p>
<p>Viewed along side the barrage of <a href="http://www.webmonkey.com/2010/04/facebook-shows-off-new-tools-to-socialize-the-entire-web/">other major announcements</a> unleashed by Facebook at its <a href="http://www.facebook.com/f8/">F8 developer conference</a> here on Wednesday, the move may only seem like a minor data point. But it is one with the potential to make a broad and deeply significant impact on the social web.</p>
<p>Right now, users expect three choices for logging in to a site with an existing ID: Facebook Connect, Twitter or OpenID. That forces publishers to implement three separate systems &#8212; one for OpenID, one for Twitter, which uses OAuth, and one for Facebook, which uses Facebook Connect. But once OAuth 2.0 is up to speed and more sites move over to it, things get simpler for site owners. </p>
<p>Where there used to be three options &#8212; Facebook Connect, OAuth and OpenID &#8212; there will now only be two. And the two that are left are both open source.</p>
<p>There are still details involving token management, auto-registration and other bits of complex backend plumbing to be sorted out, that Wednesday&#8217;s events don&#8217;t change.</p>
<p>But the move towards OAuth is a step towards interoperability the social web sorely needs. Most importantly, it will be easier to build pathways connecting OAuth and OpenID, since both are fully transparent, open standards and the proprietary Facebook Connect system has been removed from the equation. The switch paves the way for further integrations between existing technologies.<br />
<span id="more-47229"></span></p>
<p>During a panel discussion about OAuth on Wednesday afternoon, Facebook engineer Luke Shepard said that by adopting OAuth, he hopes Facebook will &#8220;help drive it to become such a core part of the web, all the tools will end up supporting it.&#8221;</p>
<p>Twitter also recently began supporting OAuth 2.0 with <a href="http://www.webmonkey.com/2010/04/twitter-switches-on-anywhere/">last week&#8217;s launch of @anywhere</a>, its suite of social-interaction tools.</p>
<p>But what about OpenID? It was one of the key technologies responsible for pushing the idea of single sign-on forward, so why isn&#8217;t Facebook supporting it yet?</p>
<p>&#8220;Developers aren&#8217;t asking for OpenID,&#8221; Shepard said when the question was posed to the panel. &#8220;They&#8217;re explicitly asking for us to make logins simpler and easier, not for us to implement OpenID. So now we&#8217;re doing that by implementing OAuth 2.0, because it&#8217;s simple and easy. Adding OpenID on top of it would just add a layer of complexity nobody is asking for.&#8221;</p>
<p>OpenID is indeed very complex, and because of that, it suffers from <a href="http://www.webmonkey.com/blog/OpenID_Is_HereDOT_Too_Bad_Users_Can_t_Figure_Out_How_It_Works">usability problems</a> that have kept it from being widely adopted.</p>
<p>&#8220;It&#8217;s very easy to do user authentication over OAuth 2.0,&#8221; Shepard said.</p>
<p>Panel moderator David Recordon, who develops open technologies at Facebook, asked the audience of about 60 or 70 people: &#8220;How many of you here want Facebook and Twitter to adopt OpenID?&#8221;</p>
<p>Five people raised their hands (I was one of them).</p>
<p>Another panelist, Raffi Krikorian from Twitter, quipped, &#8220;That answers your question right there.&#8221;</p>
<p>Krikorian did offer a ray of hope for OpenID, though, noting that browser makers may provide the missing links that solve OpenID&#8217;s complexity problem.</p>
<p>&#8220;Since the browser exists in between the web service and the user, it makes perfect sense for the browser to handle those identity-management tasks,&#8221; he said. &#8220;I think that would be a huge step forward for the web.&#8221;</p>
<p>Another panelist, Yahoo&#8217;s Allen Tom, another long-time OpenID advocate, agreed that browser makers could definitely help fix OpenID&#8217;s UI problems.</p>
<p>&#8220;If browsers can eliminate the confusion in the whole authorization flow around OpenID, that would be ideal.&#8221;</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/04/up-next-for-facebook-expect-more-open-interactions/">Up Next For Facebook: Expect More Open Interactions</a></li>
<li><a href="http://www.webmonkey.com/2010/04/facebook-shows-off-new-tools-to-socialize-the-entire-web/">Facebook Shows Off New Tools to Socialize the Entire Web</a></li>
<li><a href="http://www.webmonkey.com/2010/04/facebook-tags-everyone-at-f8-with-rfid-chips/">Facebook Tags Everyone at F8 with RFID Chips</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/04/facebook-adopts-open-standard-for-user-logins/feed/</wfw:commentRss>
        <slash:comments>24</slash:comments>

        
    </item>
    
    <item>
        <title>Up Next For Facebook: Expect More Open Interactions</title>
        <link>http://www.webmonkey.com/2010/04/up-next-for-facebook-expect-more-open-interactions/</link>
        <comments>http://www.webmonkey.com/2010/04/up-next-for-facebook-expect-more-open-interactions/#comments</comments>
        <pubDate>Tue, 20 Apr 2010 19:57:03 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47194</guid>
        		<category><![CDATA[Events]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[F8]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[OpenID]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/04/picture-11.png" type="image/png" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/picture-11.png" alt="Up Next For Facebook: Expect More Open Interactions" /></div>Facebook essentially copies a bunch of services that are already available on the open internet &#8212; chat, e-mail, media sharing, profiles &#8212; for its 400 million active users. But it also provides tools to help those users interact with each other while they&#8217;re outside Facebook&#8217;s walls, and there are signs the company is ready to [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/picture-11.png" alt="Facebook F8" title="Facebook F8" />
<p>Facebook essentially copies a bunch of services that are already available on the open internet &#8212; chat, e-mail, media sharing, profiles &#8212; for its 400 million active users. But it also provides tools to help those users interact with each other while they&#8217;re outside Facebook&#8217;s walls, and there are signs the company is ready to make those tools more open and more easily integrated into other websites and applications.</p>
<p>The social network has already seen great success with <a href="http://developers.facebook.com/connect.php">Facebook Connect</a>, its authentication system other websites can use to let their visitors log in using their Facebook username and password, then leave comments or share items with their Facebook friends with a single click. They can also hop around between websites and apps without creating a new account at each stop.</p>
<p>Facebook Connect has certainly fueled the explosive growth of social interaction across hardware and software platforms, as it helps Facebook friends notify each other of their activities on other social websites, the movies they&#8217;re renting, or the high score they just got on their favorite iPhone game.</p>
<p>Facebook Connect was first announced in 2008 at F8, Facebook&#8217;s developer conference. <a href="http://www.facebook.com/f8">The next F8</a> is taking place Wednesday in San Francisco, and Facebook CEO Mark Zuckerberg is expected to announce the next phase of his company&#8217;s plans to further extend its sharing platform during his keynote address.</p>
<p>The Facebook Connect system isn&#8217;t entirely open &#8212; a key reason for its existence is to feed social sharing traffic back into Facebook. But it has much in common with other emerging open standards like <a href="http://openid.net/">OpenID</a> and <a href="http://oauth.net/">OAuth</a>. Most social websites use a mix of both Facebook and non-Facebook options to handle user authentication, and Facebook Connect is not fully interoperable with competing technologies.</p>
<p>But several recent events point to Facebook making its own platform work better with open technologies. Last year, the company <a href="http://www.webmonkey.com/2009/02/facebook_joins_openid_in_quest_for_universal_user_accounts/">joined the OpenID Foundation</a> and it began partially supporting the technology by allowing users to <a href="http://www.webmonkey.com/2009/04/facebook_announces_support_for_openid_logins/">log in to Facebook using OpenID credentials</a>. Also last year, the company <a href="http://daveman692.livejournal.com/348576.html">hired David Recordon</a>, one of the key architects of OpenID and OAuth, and <a href="http://www.webmonkey.com/2009/08/let_s_be_friends_facebook_acquires_friendfeed/">purchased FriendFeed</a>, a website that aggregates people&#8217;s social activities. Soon after acquiring FriendFeed, <a href="http://www.webmonkey.com/2009/09/facebook_open_sources__tornado__the_engine_that_drives_friendfeed/">Facebook released its Tornado sharing framework</a> under an open-source license.</p>
<p>Facebook wouldn&#8217;t comment on any upcoming announcements when contacted for this story. However, outside developers remain hopeful that the company will continue to grow its sharing platform by making it work in tandem with other open technologies already in place.</p>
<p><span id="more-47194"></span></p>
<p>Igor Pusenjak has incorporated Facebook Connect into Doodle Jump, the popular mobile game he co-created. Doodle Jump, which has over 3 million users on the iPhone and Android, uses Facebook Connect to allow players to share their high scores with their friends on Facebook. Pusenjak will be speaking on a panel at F8 called &#8220;Mobile + Social: Connecting the Dots.&#8221;</p>
<p>Pusenjak welcomes the possibility that Facebook could be moving towards open standards for user authentication like OAuth and OpenID by making them work better with Facebook Connect.</p>
<p>&#8220;Anything that can help reduce a number of passwords that need to be remembered and info that needs to be typed will both help the end users and small business,&#8221; he says in an e-mail. &#8220;Many people today are reluctant to create yet another account just to make one purchase.&#8221;</p>
<p>As if expecting such a development, the web-based chat site <a href="http://www.wired.com/epicenter/2010/04/online-sharing-open/">Meebo debuted its own entry</a> into simplified authentication and sharing on Monday. It&#8217;s called <a href="http://xauth.org/">XAuth</a>, and it allows users to share links with their friends on some pretty large and powerful networks &#8212; Google, Microsoft, Yahoo and MySpace were part of the initial launch.</p>
<p>While Meebo says XAuth will eventually be released under an open source license, there are currently <a href="http://www.apparently.me.uk/2010/04/why-xauth-is-fundamentally-wrong.html">several</a> <a href="http://eternallyoptimistic.com/2010/04/20/xauth-first-take/">unanswered</a> <a href="http://venturebeat.com/2010/04/19/why-google-cant-out-open-facebook-with-xauth/">questions</a> about its design and its privacy implications that may hold it back.</p>
<p>As far as what else to expect from F8, there&#8217;s been some speculation that Facebook will provide its users with tools to better share their location. <a href="http://www.webmonkey.com/2010/03/facebook-finds-its-place-in-the-location-sharing-landscape/">We noted this in March</a>. Others may be anticipating this announcement, too &#8212; <a href="http://www.webpronews.com/topnews/2010/04/20/google-local-business-center-now-google-places">Google revamped its location-based search and advertising products</a> Tuesday, and <a href="http://www.webmonkey.com/2010/04/twitter-launches-points-of-interest-pages-for-locations/">Twitter launched a new location-aware feature</a> called &#8220;Places of Interest&#8221; at its Chirp developer&#8217;s conference last week. Both of these rely on users&#8217; location data.</p>
<p>Twitter is actually an exemplar of how open standards can succeed in social sharing. The &#8220;Tweet This&#8221; buttons currently littering the web use OAuth to let people connect their Twitter accounts to whatever website or app they are using. Also launched at Chirp is <a href="http://www.webmonkey.com/2010/04/twitter-switches-on-anywhere/">@anywhere</a>, a system web publishers can incorporate into their sites to make it easier for readers tweet and add followers directly from a website&#8217;s pages. It also uses OAuth.</p>
<p>Raffi Krikorian, the tech lead on the Twitter API team, says his company is active in developing the OpenID and OAuth 2.0 specifications. He thinks the broader adoption of open standards on the social web lead to better interaction between websites and third-party apps.</p>
<p>&#8220;We [at Twitter] want to make things more open, and more standard,&#8221; he says in an e-mail. &#8220;We want to make it easy for application developers to talk to us, and if that has a side effect of talking well with others, then that&#8217;s awesome.&#8221;</p>
<p>Krikorian is appearing on a panel at F8 that&#8217;s billed as a &#8220;Fireside chat about open technologies&#8221; on the social web. Also appearing on the panel are Allen Tom from Yahoo and Luke Shepard, Naitik Shah and David Recordon from Facebook.</p>
<p><em>Facebook&#8217;s <a href="http://www.facebook.com/f8">F8</a> takes place Wednesday in San Francisco. Webmonkey will be at the show bringing you breaking news from Facebook and reactions from developers. Follow us on <a href="http://twitter.com/webmonkey">Twitter</a>, become a fan on <a href="http://www.facebook.com/webmonkey">Facebook</a> and subscribe to our <a href="http://www.webmonkey.com/category/events/">Events category</a> for real-time coverage.</em></p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2009/05/facebook_opens_up_to_openid/">Facebook Opens Up to OpenID</a></li>
<li><a href="http://www.webmonkey.com/2009/09/facebook_open_sources__tornado__the_engine_that_drives_friendfeed/">Facebook Open Sources &#8216;Tornado&#8217; the Engine That Drives FriendFeed</a></li>
<li><a href="http://www.webmonkey.com/2009/02/facebook_joins_openid_in_quest_for_universal_user_accounts/">Facebook Joins OpenID in Quest for Universal User Accounts</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/04/up-next-for-facebook-expect-more-open-interactions/feed/</wfw:commentRss>
        <slash:comments>5</slash:comments>

        
    </item>
    
    <item>
        <title>Gmail Now More Secure With OAuth Support</title>
        <link>http://www.webmonkey.com/2010/03/gmail-now-more-secure-with-oauth-support/</link>
        <comments>http://www.webmonkey.com/2010/03/gmail-now-more-secure-with-oauth-support/#comments</comments>
        <pubDate>Wed, 31 Mar 2010 16:45:55 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47072</guid>
        		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[oauth]]></category>
        <description><![CDATA[Google has announced OAuth support for Gmail. The new features means that third-party applications can now access your Gmail account without needing your username and password. OAuth allows outside applications to access your Gmail account with a single click &#8212; you&#8217;ll be redirected to Gmail where you can approve (or reject) applications that want access [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img src="http://www.wired.com/images_blogs/epicenter/2010/02/glabs.gif" />Google has announced <a href="http://googlecode.blogspot.com/2010/03/oauth-access-to-imapsmtp-in-gmail.html">OAuth support for Gmail</a>. The new features means that third-party applications can now access your Gmail account without needing your username and password.</p>
<p>OAuth allows outside applications to access your Gmail account with a single click &#8212; you&#8217;ll be redirected to Gmail where you can approve (or reject) applications that want access to your contacts and mail. Twitter has had OAuth support for a while, so if you&#8217;ve ever given a third-party website or application the permission to post something to your tweet stream, you&#8217;ve used this type of interaction before.</p>
<p>At the moment OAuth support is a Google Labs feature. Interested developers can get an overview of the process on the <a href="http://code.google.com/apis/gmail/oauth/">Google Labs site</a>.</p>
<p>The most obvious benefit is social networking sites which often want to import your address book so you can find your friends on the new site. Previously, that meant handing over your username and password, something savvy users were loath to do. Now, outside sites can grab your address data without forcing you to give away the keys to your e-mail account.</p>
<p>Perhaps more important in the long-run, OAuth support also means that outside applications can interact with your mail. For the launch of OAuth support, Syphir has <a href="https://www.syphir.com/products#smartpush">developed an iphone application</a> that allows you to apply complex filters to your mail and use those filters to push, for example, only messages from your boss, on to your iPhone.</p>
<p>Unlike other push notification and Gmail apps in the iTunes Store, Syphir&#8217;s SmartPush never sees or stores your Gmail password thanks to the new OAuth support.</p>
<p>Other examples include <a href="http://blog.backupify.com/">Backupify</a>, which will backup your Gmail account for safe, off-Google storage. Previously Backupify used traditional IMAP, which meant the site stored your username and password. Thanks to OAuth that&#8217;s no longer necessary.</p>
<p>Although OAuth is intended for webapps, it&#8217;s possible that desktop e-mail clients &#8212; like Mozilla&#8217;s Thunderbird &#8212; may also adopt the OAuth method.</p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/03/making-contact-with-mr-gmail/">Making Contact With Mr. Gmail</a></li>
<li><a href="http://www.webmonkey.com/2010/02/gmail_features_graduate_labs/comment-page-1/">Gmail Features Graduate From Labs to Big Leagues</a></li>
<li><a href="http://www.webmonkey.com/2009/12/google_mobile_gmail_exemplifies_html5_s_power/">Google: Mobile Gmail Exemplifies HTML5’s Power</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/03/gmail-now-more-secure-with-oauth-support/feed/</wfw:commentRss>
        <slash:comments>3</slash:comments>

        
    </item>
    
    <item>
        <title>Go Go Gadget OAuth Support</title>
        <link>http://www.webmonkey.com/2008/11/go_go_gadget_oauth_support/</link>
        <comments>http://www.webmonkey.com/2008/11/go_go_gadget_oauth_support/#comments</comments>
        <pubDate>Fri, 21 Nov 2008 19:02:09 +0000</pubDate>

                <dc:creator>Adam Duvander</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/gogogadgetoauthsupport</guid>
        		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[igoogle]]></category>
		<category><![CDATA[oauth]]></category>
        <description><![CDATA[Passwords are a little bit more secure now that Google added OAuth support to its iGoogle Gadgets. Developers can now use their gadgets to easily grab data from OAuth-enabled APIs. Using OAuth, users do not have to give their passwords to developers. Instead, if a developer wants data from a service, the user enters the [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://howto.wired.com/mediawiki/images/Oauth-icanhasopen.jpg" alt="I Can Has Open" /></p>
<p>Passwords are a little bit more secure now that <a href="http://igoogledeveloper.blogspot.com/2008/11/sign-in-to-myspace-aol-mail-and-google.html">Google added OAuth support to its iGoogle Gadgets</a>. Developers can now use their gadgets to easily grab data from OAuth-enabled APIs. Using OAuth, users do not have to give their passwords to developers. Instead, if a developer wants data from a service, the user enters the password into the service itself, providing the developer permission to access their data.</p>
<p>MySpace updates, AOL Mail and Google Book Search are the first gadgets to use OAuth. Finding the MySpace gadget via the iGoogle search is difficult, as there are pages of results by non-MySpace developers. Some of these ask for your password in an insecure manner, without OAuth. If you have a MySpace account, try adding <a href="http://www.google.com/ig/adde?moduleurl=x.myspacecdn.com/modules/common/static/xml/myspacegadget_01.xml">the official MySpace gadget</a>.</p>
<p><img class="blogimg" src="http://howto.wired.com/mediawiki/images/Igoogle-myspace.jpg" alt="MySpace OAuth experience from Google Gadget" class="full" /></p>
<p>Adding the MySpace gadget gives a good idea of the user experience provided by the OAuth process. Rather than username/password fields within the iGoogle box, there&#8217;s a sign in button. Click it, and an OAuth page pops up providing a MySpace login page. Once you&#8217;ve signed in, the popup disappears and the gadget is populated with your MySpace data: updates, status, bulletins, and inbox.</p>
<p>Behind the scenes there is an exchange of keys that ensures the gadget maker really does have your permission to access the data. Those keys are permanent, so the sign in process is a one time deal for each OAuth gadget, not something you&#8217;ll have to do every time you visit your iGoogle page. For an example of how OAuth works, check out my <a href="/2010/02/Get_Started_with_Fire_Eagle/">FireEagle tutorial</a>.</p>
<p>The update to gadgets is world&#8217;s beyond password-sharing, but there should still be phishing worries. Emulating the popup process would be easy and there&#8217;s nothing to signify that the page I&#8217;m seeing really is MySpace. Luckily, that&#8217;s the same problem that many are already trying to fix. A solution to the problem for banking sites, for example, will probably be the same solution for OAuth.</p>
<p>[Photo by <a href="http://eran.sandler.co.il/">Eran Sandler</a>]</p>
<p><strong>See also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/New_Foundation_Wants_to_Bridge_the_Gaps_Between_Open_Web_Tools">New Foundation Wants to Bridge the Gaps Between Open Web Tools</a></li>
<li><a href="http://www.webmonkey.com/blog/Thanks_to_OpenID_and_OAuth__the_Open_Social_Web_is_Beginning_to_Emerge">Thanks to OpenID and OAuth, the Open Social Web is Beginning to Emerge</a></li>
<li><a href="http://www.webmonkey.com/blog/Say_Goodbye_to_Comment_Spoofing:_OpenID_Goes_Live_on_Blogger">Say Goodbye to Comment Spoofing: OpenID Goes Live on Blogger</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/11/go_go_gadget_oauth_support/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    </channel>
</rss>
