<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>LiveNet Forum Rss Feed</title><link>http://www.codeplex.com/LiveNet/Thread/List.aspx</link><description>LiveNet Forum Rss Description</description><item><title>New Post: LiveNet Error</title><link>http://livenet.codeplex.com/Thread/View.aspx?ThreadId=50632</link><description>&lt;div style="line-height: normal;"&gt;Unfortunately, as of December 1st, the Photo API from Microsoft was ended (&lt;a href="http://dev.live.com/blogs/devlive/archive/2008/12/01/439.aspx"&gt;http://dev.live.com/blogs/devlive/archive/2008/12/01/439.aspx&lt;/a&gt;). Hopefully they will be including the Photo API in the Live Services Framework at some point, but at this time, there are no dates on when/if that will happen.&lt;/div&gt;</description><author>scottisafool</author><pubDate>Thu, 19 Mar 2009 13:15:43 GMT</pubDate><guid isPermaLink="false">New Post: LiveNet Error 20090319011543P</guid></item><item><title>New Post: LiveNet Error</title><link>http://livenet.codeplex.com/Thread/View.aspx?ThreadId=50632</link><description>&lt;div style="line-height: normal;"&gt;I modified the microsoft Spaces Photo API Sample to view photoalbums and photos using&amp;nbsp; livenet dll and modified the code according to&amp;nbsp; &amp;quot;http://scottisafooldev.spaces.live.com/Blog/cns!FE151030F50B5B37!627.entry&amp;quot;.But i am getting the error &amp;quot;
&amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;
Object reference not set to an instance of an object&amp;quot; on getting photoalbums = &amp;nbsp;m_photos.ListAlbums().&lt;br&gt;
I got the token from https://dev.live.com/livedata/sdk/Default.aspx..&lt;br&gt;
&lt;br&gt;
I am getting error on https://dev.live.com/livedata/sdk/Default.aspx&lt;br&gt;
on clicking List Albums and photos after getting token.&lt;br&gt;
I want to know which is the correct url to access photos&lt;br&gt;
&amp;nbsp;strRoot = &amp;quot;https://cumulus.services.live.com/&amp;quot; + &amp;quot;@C@&amp;quot; + lid + &amp;quot;/SpacesPhotos/&amp;quot;;&lt;br&gt;
or&lt;br&gt;
strRoot = &amp;quot;https://cumulus.services.live.com/hotmailemail/SpacesPhotos/&amp;quot;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thanks &amp;amp; Regards&lt;br&gt;
Joshy &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;

&lt;/div&gt;</description><author>joshy_kott</author><pubDate>Thu, 19 Mar 2009 11:47:25 GMT</pubDate><guid isPermaLink="false">New Post: LiveNet Error 20090319114725A</guid></item><item><title>NEW POST: Roadmap - what other LIVE services?</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=22287</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;There was a brief mention at DevConnections in Orlando about a Virtual Earth wrapper.  Is this in the works?  If so...when should we expect it?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>bosko19</author><pubDate>Sat, 10 May 2008 05:48:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Roadmap - what other LIVE services? 20080510054820A</guid></item><item><title>NEW POST: How to get url that can be embed into a web page?</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=23012</link><description>&lt;div class="wikidoc"&gt;
Unfortunately, there's not way of getting that type of link from the API. There are permalinks coming soon, but not sure what sort of performance you will get from them as I have yet to be able to play around with them.&lt;br /&gt;
&lt;/div&gt;</description><author>ScottIsAFool</author><pubDate>Thu, 28 Feb 2008 16:56:14 GMT</pubDate><guid isPermaLink="false">NEW POST: How to get url that can be embed into a web page? 20080228045614P</guid></item><item><title>NEW POST: How to get url that can be embed into a web page?</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=23012</link><description>&lt;div class="wikidoc"&gt;
Yes, but I don't  know which has a good performance, image handler and the url like http://tkfiles.storage.live.com/y1p1ev6eUMpQmNzURDYChLcsGK8Di9ExY7T2ECahHev6hbCbiMKQ3tEVKWCL6eu1c5Rug-z7uaQawI&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>liuzhisheng</author><pubDate>Thu, 28 Feb 2008 15:51:28 GMT</pubDate><guid isPermaLink="false">NEW POST: How to get url that can be embed into a web page? 20080228035128P</guid></item><item><title>NEW POST: How to get url that can be embed into a web page?</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=23012</link><description>&lt;div class="wikidoc"&gt;
If you look at the Sample Web Site that we have made in the source, you will see that the way to do it for now is to actually use an image handler, which you can use LiveNet for too. So in our example, we have:&lt;br /&gt; &lt;br /&gt;       Photo photo = m_photos.GetPhoto(new Uri(lbPhotos.SelectedItem.Value));&lt;br /&gt;       imgPhoto.ImageUrl = string.Format(&amp;quot;./photo.lnet?url={0}&amp;amp;oh={1}&amp;quot;, photo.PhotoPath, photo.Owner.UserId);&lt;br /&gt; &lt;br /&gt;That will pull back the image and then display it in your webpage.&lt;br /&gt; &lt;br /&gt;SL&lt;br /&gt;
&lt;/div&gt;</description><author>ScottIsAFool</author><pubDate>Thu, 28 Feb 2008 09:46:20 GMT</pubDate><guid isPermaLink="false">NEW POST: How to get url that can be embed into a web page? 20080228094620A</guid></item><item><title>NEW POST: How to get url that can be embed into a web page?</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=23012</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;After uploading a photo using the LiveNet, how to get the photo's url that can be embed into a web page or blog? like http://tkfiles.storage.live.com/y1p1ev6eUMpQmNzURDYChLcsGK8Di9ExY7T2ECahHev6hbCbiMKQ3tEVKWCL6eu1c5Rug-z7uaQawI&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>liuzhisheng</author><pubDate>Thu, 28 Feb 2008 06:23:16 GMT</pubDate><guid isPermaLink="false">NEW POST: How to get url that can be embed into a web page? 20080228062316A</guid></item><item><title>NEW POST: Roadmap - what other LIVE services?</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=22287</link><description>&lt;div class="wikidoc"&gt;
Pleasure Scott :) Lets pray to the gods of code that you guys can provide a nice wrapper to Virtual Earth. There are other wrappers for other geospatial providers out there (mainly because there are REST api's available, for them) .. so having a Virtual Earth Seach wrapper would be the best!&lt;br /&gt; &lt;br /&gt;cheers :)&lt;br /&gt;
&lt;/div&gt;</description><author>purekrome</author><pubDate>Tue, 19 Feb 2008 23:33:18 GMT</pubDate><guid isPermaLink="false">NEW POST: Roadmap - what other LIVE services? 20080219113318P</guid></item><item><title>NEW POST: Roadmap - what other LIVE services?</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=22287</link><description>&lt;div class="wikidoc"&gt;
At the moment we are implementing the Live Contacts API, then we will be adding Expo, as for some of the others, I'm not sure a final decision has been made on that, but thanks for the suggestion and we shall take it on board :)&lt;br /&gt; &lt;br /&gt;SL&lt;br /&gt;
&lt;/div&gt;</description><author>ScottIsAFool</author><pubDate>Mon, 18 Feb 2008 09:16:45 GMT</pubDate><guid isPermaLink="false">NEW POST: Roadmap - what other LIVE services? 20080218091645A</guid></item><item><title>NEW POST: Roadmap - what other LIVE services?</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=22287</link><description>&lt;div class="wikidoc"&gt;
Hi guys,&lt;br /&gt;   what other LIVE services will be added to this .NET wrapper? Virtual Earth search?&lt;br /&gt;
&lt;/div&gt;</description><author>purekrome</author><pubDate>Sat, 16 Feb 2008 04:02:53 GMT</pubDate><guid isPermaLink="false">NEW POST: Roadmap - what other LIVE services? 20080216040253A</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
Indeed, as Angus mentioned in &lt;a href="http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=19422"&gt;Is Windows Live Space Photos the right tool for me?&lt;/a&gt;:&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;number of requests for thumbnailed images (coming in January)&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;SL&lt;br /&gt;
&lt;/div&gt;</description><author>ScottIsAFool</author><pubDate>Thu, 10 Jan 2008 14:51:12 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080110025112P</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;mparter wrote:&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;ScottIsAFool wrote:&lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;mparter wrote:&lt;br /&gt;Great, got it working now, thanks.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Cool :D&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt; &lt;br /&gt;Sorry to be a pest, but do you know of any ASP.NET ImageHandler code that could take an image from the URL (e.g. string.Format(&amp;quot;./photo.lnet?url={0}&amp;amp;oh={1}&amp;quot;, photo.PhotoPath, photo.Owner.UserId);) and resize this for output to the page? The one's I've find to date deal primarily with file-based images and I have enough to do just now without re-writing one of those.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;This could be something that we could intergrate into the imagehandler within LiveNet. Hopefully the Spaces Api will give the ability to request photos as a certain size (thumbnails/medium/original etc..) at some point in the future.&lt;br /&gt;
&lt;/div&gt;</description><author>lukesmith</author><pubDate>Thu, 10 Jan 2008 12:30:50 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080110123050P</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
Unfortunately, I don't. Sorry.&lt;br /&gt;
&lt;/div&gt;</description><author>ScottIsAFool</author><pubDate>Thu, 10 Jan 2008 09:47:07 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080110094707A</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;ScottIsAFool wrote:&lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;mparter wrote:&lt;br /&gt;Great, got it working now, thanks.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Cool :D&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt; &lt;br /&gt;Sorry to be a pest, but do you know of any ASP.NET ImageHandler code that could take an image from the URL (e.g. string.Format(&amp;quot;./photo.lnet?url={0}&amp;amp;oh={1}&amp;quot;, photo.PhotoPath, photo.Owner.UserId);) and resize this for output to the page? The one's I've find to date deal primarily with file-based images and I have enough to do just now without re-writing one of those.&lt;br /&gt;
&lt;/div&gt;</description><author>mparter</author><pubDate>Wed, 09 Jan 2008 17:20:03 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080109052003P</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;mparter wrote:&lt;br /&gt;Great, got it working now, thanks.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Cool :D&lt;br /&gt;
&lt;/div&gt;</description><author>ScottIsAFool</author><pubDate>Wed, 09 Jan 2008 16:31:19 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080109043119P</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
Great, got it working now, thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>mparter</author><pubDate>Wed, 09 Jan 2008 16:26:48 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080109042648P</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
Ok, if you check http://www.codeplex.com/LiveNet/SourceControl/FileView.aspx?itemId=49177&amp;amp;changeSetId=5760, and look at the btnGetPhoto_Click method, you'll see where we assign the image url is:&lt;br /&gt; &lt;br /&gt;imgPhoto.ImageUrl = string.Format(&amp;quot;./photo.lnet?url={0}&amp;amp;oh={1}&amp;quot;, photo.PhotoPath, photo.Owner.UserId);&lt;br /&gt; &lt;br /&gt;We have included in the API a handler page for displaying the images. In your web.config, you will need to make sure you have this section:&lt;br /&gt; &lt;br /&gt;   &amp;lt;httpHandlers&amp;gt;&lt;br /&gt;     &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;photo.lnet&amp;quot; type=&amp;quot;LiveNet.Web.LivePhotoHandler, LiveNet&amp;quot; /&amp;gt;&lt;br /&gt;   &amp;lt;/httpHandlers&amp;gt;&lt;br /&gt; &lt;br /&gt;What you will probably need to do is create a Photo object from the ImageURL that you have stored, then you can assign the asp:Image's ImageUrl to be the same format as what I showed above.&lt;br /&gt; &lt;br /&gt;You will also need to implement a class that inherits from LiveNet.Authentication.IHttpAuthenticationObtainer. &lt;br /&gt; &lt;br /&gt;Best thing I can suggest really is to just look through the LiveNetSampleSite in the source code and you will see where everything falls into place.&lt;br /&gt; &lt;br /&gt;SL&lt;br /&gt;
&lt;/div&gt;</description><author>ScottIsAFool</author><pubDate>Wed, 09 Jan 2008 12:38:33 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080109123833P</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;ScottIsAFool wrote:&lt;br /&gt;How are you trying to display the image? Are you making the img src to be the cumulus link? If so, this won't work. Will go into more detail once I know how you're trying to display the image :)&lt;br /&gt; &lt;br /&gt;SL&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Hi Scott,&lt;br /&gt; &lt;br /&gt;I'm creating a DataTable, which holds the ImageName, ImageCaption, ImageURL and LastModified values. I'm then binding this to a DataList control using declarative markup. e.g.&lt;br /&gt; &lt;br /&gt;&amp;lt;asp:DataList ID=&amp;quot;photoThumbnails&amp;quot; runat=&amp;quot;server&amp;quot; RepeatColumns=&amp;quot;6&amp;quot; RepeatDirection=&amp;quot;Horizontal&amp;quot; RepeatLayout=&amp;quot;Flow&amp;quot;&amp;gt;&lt;br /&gt;                &amp;lt;ItemTemplate&amp;gt;&lt;br /&gt;                    &amp;lt;a href=&amp;quot;&amp;lt;%# Eval(&amp;quot;ImageURL&amp;quot;) %&amp;gt;&amp;quot;&amp;gt;&amp;lt;asp:Image ID=&amp;quot;photo&amp;quot; ImageUrl='&amp;lt;%# Eval(&amp;quot;ImageURL&amp;quot;) %&amp;gt;' AlternateText='&amp;lt;%# Eval(&amp;quot;ImageCaption&amp;quot;) %&amp;gt;' runat=&amp;quot;server&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;                &amp;lt;/ItemTemplate&amp;gt;&lt;br /&gt;            &amp;lt;/asp:DataList&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mparter</author><pubDate>Wed, 09 Jan 2008 12:21:14 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080109122114P</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
How are you trying to display the image? Are you making the img src to be the cumulus link? If so, this won't work. Will go into more detail once I know how you're trying to display the image :)&lt;br /&gt; &lt;br /&gt;SL&lt;br /&gt;
&lt;/div&gt;</description><author>ScottIsAFool</author><pubDate>Wed, 09 Jan 2008 11:44:26 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080109114426A</guid></item><item><title>NEW POST: Issue with Paths</title><link>http://www.codeplex.com/LiveNet/Thread/View.aspx?ThreadId=20127</link><description>&lt;div class="wikidoc"&gt;
I downloaded the source code and compiled it but was still having the same problem. Just as I was about to post I noticed you have released a 0.2.1 release so I've downloaded that but still, the images are not being shown. It's picking up their captions fine, and showing the correct number of images but the images themselves are not being displayed.&lt;br /&gt; &lt;br /&gt;The URL being retrieved is https://cumulus.services.live.com/&amp;lt;WLID&amp;gt;/SpacesPhotos/&amp;lt;ID&amp;gt;/&amp;lt;IMAGENAME&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mparter</author><pubDate>Wed, 09 Jan 2008 10:39:30 GMT</pubDate><guid isPermaLink="false">NEW POST: Issue with Paths 20080109103930A</guid></item></channel></rss>