<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Connecting to Live Mesh with the Live ID Client SDK</title>
	<atom:link href="http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=connecting-to-live-mesh-with-the-live-id-client-sdk</link>
	<description></description>
	<lastBuildDate>Sun, 12 Feb 2012 18:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Maxim Sokhatsky</title>
		<link>http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/comment-page-1/#comment-45393</link>
		<dc:creator>Maxim Sokhatsky</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/#comment-45393</guid>
		<description>Yes, the exception is rised in Connect:

string serverUrl = &quot;https://user-ctp.windows.net&quot;;
Uri uri = new Uri(serverUrl);
LiveItemAccessOptions liao = new LiveItemAccessOptions(true);
token = identity.GetTicket(&quot;user-ctp.windows.net&quot;, &quot;MBI_SSL&quot;, true);
env.Connect(token, AuthenticationTokenType.UserToken, uri, liao);

where identity is from Windows Live ID Client</description>
		<content:encoded><![CDATA[<p>Yes, the exception is rised in Connect:</p>
<p>string serverUrl = &#8220;https://user-ctp.windows.net&#8221;;<br />
Uri uri = new Uri(serverUrl);<br />
LiveItemAccessOptions liao = new LiveItemAccessOptions(true);<br />
token = identity.GetTicket(&#8220;user-ctp.windows.net&#8221;, &#8220;MBI_SSL&#8221;, true);<br />
env.Connect(token, AuthenticationTokenType.UserToken, uri, liao);</p>
<p>where identity is from Windows Live ID Client</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Sokhatsky</title>
		<link>http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/comment-page-1/#comment-45392</link>
		<dc:creator>Maxim Sokhatsky</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/#comment-45392</guid>
		<description>Maybe problem in IP location ?</description>
		<content:encoded><![CDATA[<p>Maybe problem in IP location ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Timm</title>
		<link>http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/comment-page-1/#comment-45339</link>
		<dc:creator>Sean Timm</dc:creator>
		<pubDate>Sat, 11 Apr 2009 14:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/#comment-45339</guid>
		<description>I just verified that this is still working.  Maybe something was temporarily screwed up at https://user-ctp.windows.net?  You might try again.  Is it failing during loe.Connect?</description>
		<content:encoded><![CDATA[<p>I just verified that this is still working.  Maybe something was temporarily screwed up at <a href="https://user-ctp.windows.net?" rel="nofollow">https://user-ctp.windows.net?</a>  You might try again.  Is it failing during loe.Connect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Sokhatsky</title>
		<link>http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/comment-page-1/#comment-45319</link>
		<dc:creator>Maxim Sokhatsky</dc:creator>
		<pubDate>Fri, 10 Apr 2009 23:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/#comment-45319</guid>
		<description>Hello, your example gets WebException:

The remote server returned an error: (404) Not Found.

I used Live Framework SDK CTP April 2009 and Windows Live ID SDK. Can you point me where I&#039;m wrong ?</description>
		<content:encoded><![CDATA[<p>Hello, your example gets WebException:</p>
<p>The remote server returned an error: (404) Not Found.</p>
<p>I used Live Framework SDK CTP April 2009 and Windows Live ID SDK. Can you point me where I&#8217;m wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connecting to Live Mesh with the Live ID Client SDK &#124; Elegant Code - DotNetBurner</title>
		<link>http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/comment-page-1/#comment-44638</link>
		<dc:creator>Connecting to Live Mesh with the Live ID Client SDK &#124; Elegant Code - DotNetBurner</dc:creator>
		<pubDate>Mon, 16 Mar 2009 11:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/#comment-44638</guid>
		<description>&lt;strong&gt;Connecting to Live Mesh with the Live ID Client SDK &#124; Elegant Code...&lt;/strong&gt;

DotNetBurner.com - news and articles about .net DotNetBurner...</description>
		<content:encoded><![CDATA[<p><strong>Connecting to Live Mesh with the Live ID Client SDK | Elegant Code&#8230;</strong></p>
<p>DotNetBurner.com &#8211; news and articles about .net DotNetBurner&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - March 15, 2009 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/comment-page-1/#comment-44622</link>
		<dc:creator>Dew Drop - March 15, 2009 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Sun, 15 Mar 2009 20:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/14/connecting-to-live-mesh-with-the-live-id-client-sdk/#comment-44622</guid>
		<description>[...] Connecting to Live Mesh with the Live ID Client SDK (Sean Timm) [...]</description>
		<content:encoded><![CDATA[<p>[...] Connecting to Live Mesh with the Live ID Client SDK (Sean Timm) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

