<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>FlickrNet Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=FlickrNet</link><description>FlickrNet Work Item Rss Description</description><item><title>Closed Issue: How to get description when accessing private set [33762]</title><link>http://flickrnet.codeplex.com/workitem/33762</link><description>Hi,&lt;br /&gt;&lt;br /&gt;How do you get the photo description when accessing a private set&amp;#63;&lt;br /&gt;&lt;br /&gt;To get the photos, I&amp;#39;m currently using the PhotoSetCollection &amp;#40;after authenticating using oAuth&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;PhotosetPhotoCollection photos &amp;#61; f.PhotosetsGetPhotos&amp;#40;&amp;#38;quot&amp;#59;&amp;#38;quot&amp;#59;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;The description for each image is always empty though. I saw in the examples you can use the options.Extras &amp;#61; PhotoSearchExtras.Description when doing a search but I can&amp;#39;t find any information on how to use the options when getting the specific set.&lt;br /&gt;&lt;br /&gt;Thanks in advance&amp;#33;&lt;br /&gt;&lt;br /&gt;Best,&lt;br /&gt;Greg&lt;br /&gt;Comments: Please don't ask questions in the Issue Tracker. Use the Discussions instead.&lt;br /&gt;&lt;br /&gt;PhotosetsGetPhotos takes multiple parameters, one of which is a PhotoSearchExtras parameter. Pass the PhotoSearchExtras.Description value in to that.&lt;br /&gt;&lt;br /&gt;Sam</description><author>samjudson</author><pubDate>Tue, 12 Feb 2013 10:56:43 GMT</pubDate><guid isPermaLink="false">Closed Issue: How to get description when accessing private set [33762] 20130212105643A</guid></item><item><title>Created Issue: How to get description when accessing private set [33762]</title><link>http://flickrnet.codeplex.com/workitem/33762</link><description>Hi,&lt;br /&gt;&lt;br /&gt;How do you get the photo description when accessing a private set&amp;#63;&lt;br /&gt;&lt;br /&gt;To get the photos, I&amp;#39;m currently using the PhotoSetCollection &amp;#40;after authenticating using oAuth&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;PhotosetPhotoCollection photos &amp;#61; f.PhotosetsGetPhotos&amp;#40;&amp;#38;quot&amp;#59;&amp;#38;quot&amp;#59;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;The description for each image is always empty though. I saw in the examples you can use the options.Extras &amp;#61; PhotoSearchExtras.Description when doing a search but I can&amp;#39;t find any information on how to use the options when getting the specific set.&lt;br /&gt;&lt;br /&gt;Thanks in advance&amp;#33;&lt;br /&gt;&lt;br /&gt;Best,&lt;br /&gt;Greg&lt;br /&gt;</description><author>gvarghese</author><pubDate>Tue, 12 Feb 2013 04:30:53 GMT</pubDate><guid isPermaLink="false">Created Issue: How to get description when accessing private set [33762] 20130212043053A</guid></item><item><title>Closed Issue: InstanceCacheDisabled can not be initialized when the FlickrConfigurationManager.Settings was null [33621]</title><link>http://flickrnet.codeplex.com/workitem/33621</link><description>1. I wrote Flickr.CacheDisabled &amp;#61; true&amp;#59; in the Application_Start and I didn&amp;#39;t config the flickr settings in the web.config.&lt;br /&gt;2. Case new an Flickr instance, the InstanceCacheDisabled of the new instance is always &amp;#39;false&amp;#39;&lt;br /&gt;3. I think it should be possible.&lt;br /&gt;Comments: &lt;p&gt;Not a bug.&lt;/p&gt;</description><author>samjudson</author><pubDate>Fri, 28 Dec 2012 11:40:06 GMT</pubDate><guid isPermaLink="false">Closed Issue: InstanceCacheDisabled can not be initialized when the FlickrConfigurationManager.Settings was null [33621] 20121228114006A</guid></item><item><title>Commented Issue: InstanceCacheDisabled can not be initialized when the FlickrConfigurationManager.Settings was null [33621]</title><link>http://flickrnet.codeplex.com/workitem/33621</link><description>1. I wrote Flickr.CacheDisabled &amp;#61; true&amp;#59; in the Application_Start and I didn&amp;#39;t config the flickr settings in the web.config.&lt;br /&gt;2. Case new an Flickr instance, the InstanceCacheDisabled of the new instance is always &amp;#39;false&amp;#39;&lt;br /&gt;3. I think it should be possible.&lt;br /&gt;Comments: ** Comment from web user: samjudson ** &lt;p&gt;This is not a bug - you cannot create instances and set state in the Application_Start event and expect it to still be around when you run your page - that's no how ASP.Net works.&lt;/p&gt;&lt;p&gt;I suggest you create a helper class that can create you a new instance of the Flickr class with all the settings you want to use each time, and then call that wherever you need an instance of the Flickr class.&lt;/p&gt;</description><author>samjudson</author><pubDate>Fri, 28 Dec 2012 11:39:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: InstanceCacheDisabled can not be initialized when the FlickrConfigurationManager.Settings was null [33621] 20121228113943A</guid></item><item><title>Created Issue: InstanceCacheDisabled can not be initialized when the FlickrConfigurationManager.Settings was null [33621]</title><link>http://flickrnet.codeplex.com/workitem/33621</link><description>1. I wrote Flickr.CacheDisabled &amp;#61; true&amp;#59; in the Application_Start and I didn&amp;#39;t config the flickr settings in the web.config.&lt;br /&gt;2. Case new an Flickr instance, the InstanceCacheDisabled of the new instance is always &amp;#39;false&amp;#39;&lt;br /&gt;3. I think it should be possible.&lt;br /&gt;</description><author>jailu</author><pubDate>Fri, 28 Dec 2012 03:32:45 GMT</pubDate><guid isPermaLink="false">Created Issue: InstanceCacheDisabled can not be initialized when the FlickrConfigurationManager.Settings was null [33621] 20121228033245A</guid></item><item><title>Commented Issue: XmlException: DTD is prohibited [33616]</title><link>http://flickrnet.codeplex.com/workitem/33616</link><description>I just received this Exception via BugSense&amp;#58; &lt;br /&gt;&lt;br /&gt;XmlException&amp;#58; For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.&lt;br /&gt;&lt;br /&gt;at System.Xml.XmlTextReaderImpl.Throw&amp;#40;Exception e&amp;#41;&lt;br /&gt;at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl&amp;#40;&amp;#41;&lt;br /&gt;at System.Xml.XmlTextReaderImpl.ParseDocumentContent&amp;#40;&amp;#41;&lt;br /&gt;at System.Xml.XmlTextReaderImpl.Read&amp;#40;&amp;#41;&lt;br /&gt;at System.Xml.XmlReader.ReadToDescendant&amp;#40;String name&amp;#41;&lt;br /&gt;at FlickrNet.Flickr.&amp;#38;lt&amp;#59;&amp;#38;gt&amp;#59;c__DisplayClass16&amp;#96;1.b__14&amp;#40;FlickrResult&amp;#96;1 r&amp;#41;&lt;br /&gt;&lt;br /&gt;- The app is compiled for Windows Phone 7.1&lt;br /&gt;- The exception was thrown on a Windows Phone 8 device in Russia&lt;br /&gt;- The FlickrNet version in use is 3.4&lt;br /&gt;&lt;br /&gt;Since the FlickrNet version in use isn&amp;#39;t the current one, the issue might already be solved. However here&amp;#39;s how to fix it&amp;#58;&lt;br /&gt;&lt;br /&gt;When creating the XmlReader, provide XmlReaderSettings with DtdProcessing set to DtdProcessing.Ignore.&lt;br /&gt;Comments: ** Comment from web user: samjudson ** &lt;p&gt;Interesting. I've never seen a response from Flickr which includes a DTD, so I'm not sure why this would be occurring.&lt;/p&gt;</description><author>samjudson</author><pubDate>Thu, 27 Dec 2012 12:02:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: XmlException: DTD is prohibited [33616] 20121227120254P</guid></item><item><title>Created Issue: XmlException: DTD is prohibited [33616]</title><link>http://flickrnet.codeplex.com/workitem/33616</link><description>I just received this Exception via BugSense&amp;#58; &lt;br /&gt;&lt;br /&gt;XmlException&amp;#58; For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.&lt;br /&gt;&lt;br /&gt;at System.Xml.XmlTextReaderImpl.Throw&amp;#40;Exception e&amp;#41;&lt;br /&gt;at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl&amp;#40;&amp;#41;&lt;br /&gt;at System.Xml.XmlTextReaderImpl.ParseDocumentContent&amp;#40;&amp;#41;&lt;br /&gt;at System.Xml.XmlTextReaderImpl.Read&amp;#40;&amp;#41;&lt;br /&gt;at System.Xml.XmlReader.ReadToDescendant&amp;#40;String name&amp;#41;&lt;br /&gt;at FlickrNet.Flickr.&amp;#38;lt&amp;#59;&amp;#38;gt&amp;#59;c__DisplayClass16&amp;#96;1.b__14&amp;#40;FlickrResult&amp;#96;1 r&amp;#41;&lt;br /&gt;&lt;br /&gt;- The app is compiled for Windows Phone 7.1&lt;br /&gt;- The exception was thrown on a Windows Phone 8 device in Russia&lt;br /&gt;- The FlickrNet version in use is 3.4&lt;br /&gt;&lt;br /&gt;Since the FlickrNet version in use isn&amp;#39;t the current one, the issue might already be solved. However here&amp;#39;s how to fix it&amp;#58;&lt;br /&gt;&lt;br /&gt;When creating the XmlReader, provide XmlReaderSettings with DtdProcessing set to DtdProcessing.Ignore.&lt;br /&gt;</description><author>HDWagner</author><pubDate>Thu, 27 Dec 2012 10:24:59 GMT</pubDate><guid isPermaLink="false">Created Issue: XmlException: DTD is prohibited [33616] 20121227102459A</guid></item><item><title>Created Issue: Unabled to use Proxy with Flickr [33216]</title><link>http://flickrnet.codeplex.com/workitem/33216</link><description>We are using FlickrNet in a web project. And the customers server requires proxy server to get request from internet.&lt;br /&gt;&lt;br /&gt;After much debuging etc i found that the.&lt;br /&gt;private static string DownloadData&amp;#40;string method, string baseUrl, string data, string contentType, string authHeader&amp;#41;&lt;br /&gt;&lt;br /&gt;method don&amp;#39;t add proxy before the request.&lt;br /&gt;&lt;br /&gt;i added following&amp;#58; &lt;br /&gt;&lt;br /&gt;if &amp;#40;FlickrConfigurationManager.Settings.IsProxyDefined&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var proxy &amp;#61; new WebProxy&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;proxy.Address &amp;#61; new Uri&amp;#40;&amp;#38;quot&amp;#59;http&amp;#58;&amp;#47;&amp;#47;&amp;#38;quot&amp;#59; &amp;#43; FlickrConfigurationManager.Settings.ProxyIPAddress &amp;#43; &amp;#38;quot&amp;#59;&amp;#58;&amp;#38;quot&amp;#59; &amp;#43; FlickrConfigurationManager.Settings.ProxyPort&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;proxy.Credentials &amp;#61; new NetworkCredential&amp;#40;FlickrConfigurationManager.Settings.ProxyUsername, FlickrConfigurationManager.Settings.ProxyPassword&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;client.Proxy &amp;#61; proxy&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;in FlickResponderSync.cs method DownloadData&lt;br /&gt;&lt;br /&gt;and after that you can have proxy server defined &amp;#58;&amp;#41;&lt;br /&gt;</description><author>fewle</author><pubDate>Thu, 11 Oct 2012 13:38:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Unabled to use Proxy with Flickr [33216] 20121011013817P</guid></item><item><title>Closed Task: uploadProgress not doing its job [6542]</title><link>http://flickrnet.codeplex.com/workitem/6542</link><description>Investigate the following issue&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;When it goes into uploading mode it can take a while to complet each picture, so I was hoping that assigning a function to OnUploadProgress would mean I get regular reports on how many bytes have been uploaded so far and thus I could update a progress bar and show the user that something is happening. But I get all the progress messages straight away. They count up through the bytes until on the last one it reports the file is complete. Then it sits there waiting for UploadPicture to finish actually doing the upload.&amp;#34;&lt;br /&gt;Comments: &lt;p&gt;UploadProgress event is raised while the file is being uploaded. Once the file has been uploaded Flickr will process the file at their end &amp;#40;creating thumbnails etc&amp;#41;. We have no way of knowing if this second part of the process has completed or how far through it is I&amp;#39;m afraid.&lt;/p&gt;</description><author>samjudson</author><pubDate>Sat, 30 Jun 2012 21:01:43 GMT</pubDate><guid isPermaLink="false">Closed Task: uploadProgress not doing its job [6542] 20120630090143P</guid></item><item><title>Closed Issue: GetResponseAsync throws exception [32696]</title><link>http://flickrnet.codeplex.com/workitem/32696</link><description>The GetResponseAsync method in Flickr_GetResponseAsync.cs will throw an exception instead of returning an error code because the try catch code is not positioned correctly.&lt;br /&gt;&lt;br /&gt;See attached patch for solution suggestion.&lt;br /&gt;Comments: &lt;p&gt;Thanks. This has been now included in the latest source.&lt;/p&gt;</description><author>samjudson</author><pubDate>Sat, 30 Jun 2012 20:48:44 GMT</pubDate><guid isPermaLink="false">Closed Issue: GetResponseAsync throws exception [32696] 20120630084844P</guid></item><item><title>Commented Issue: GetResponseAsync throws exception [32696]</title><link>http://flickrnet.codeplex.com/workitem/32696</link><description>The GetResponseAsync method in Flickr_GetResponseAsync.cs will throw an exception instead of returning an error code because the try catch code is not positioned correctly.&lt;br /&gt;&lt;br /&gt;See attached patch for solution suggestion.&lt;br /&gt;Comments: ** Comment from web user: samjudson ** &lt;p&gt;Thanks for reporting this issue. I am working on implementing the fix you provided and ensuring that there are some unit tests to check this behaviour is working correctly.&lt;/p&gt;</description><author>samjudson</author><pubDate>Mon, 21 May 2012 12:45:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: GetResponseAsync throws exception [32696] 20120521124500P</guid></item><item><title>Created Issue: GetResponseAsync throws exception [32696]</title><link>http://flickrnet.codeplex.com/workitem/32696</link><description>The GetResponseAsync method in Flickr_GetResponseAsync.cs will throw an exception instead of returning an error code because the try catch code is not positioned correctly.&lt;br /&gt;&lt;br /&gt;See attached patch for solution suggestion.&lt;br /&gt;</description><author>Anriko</author><pubDate>Fri, 11 May 2012 10:56:03 GMT</pubDate><guid isPermaLink="false">Created Issue: GetResponseAsync throws exception [32696] 20120511105603A</guid></item><item><title>Closed Issue: To get albums of user of flickr in asp.net [32663]</title><link>http://flickrnet.codeplex.com/workitem/32663</link><description>hiii...&lt;br /&gt;I have flickr api..&lt;br /&gt;But how to acess albums in flickr&amp;#63; which method to use&amp;#63;&lt;br /&gt;As i saw it has for photos,phtosets,gallery..&lt;br /&gt;&lt;br /&gt;Where is for albums&amp;#63;&lt;br /&gt;Comments: &lt;p&gt;This is not an issue. If you require help please start a discussion thread. Or as I am already responding to you on the Flickr web site just read my responses over there.&lt;/p&gt;</description><author>samjudson</author><pubDate>Fri, 04 May 2012 11:48:32 GMT</pubDate><guid isPermaLink="false">Closed Issue: To get albums of user of flickr in asp.net [32663] 20120504114832A</guid></item><item><title>Created Issue: To get albums of user of flickr in asp.net [32663]</title><link>http://flickrnet.codeplex.com/workitem/32663</link><description>hiii...&lt;br /&gt;I have flickr api..&lt;br /&gt;But how to acess albums in flickr&amp;#63; which method to use&amp;#63;&lt;br /&gt;As i saw it has for photos,phtosets,gallery..&lt;br /&gt;&lt;br /&gt;Where is for albums&amp;#63;&lt;br /&gt;</description><author>prema8885</author><pubDate>Fri, 04 May 2012 09:17:36 GMT</pubDate><guid isPermaLink="false">Created Issue: To get albums of user of flickr in asp.net [32663] 20120504091736A</guid></item><item><title>Closed Issue: Project file 'Platform target' was set to x86 instead of Any CPU [26820]</title><link>http://flickrnet.codeplex.com/workitem/26820</link><description>Any reason for this&amp;#63;  It failed to run on Windows Server 2008 in 64-bit mode until I change it to Any CPU.&lt;br /&gt;Comments: &lt;p&gt;Closing as no further comments added.&lt;/p&gt;</description><author>samjudson</author><pubDate>Tue, 01 May 2012 10:26:05 GMT</pubDate><guid isPermaLink="false">Closed Issue: Project file 'Platform target' was set to x86 instead of Any CPU [26820] 20120501102605A</guid></item><item><title>Closed Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606]</title><link>http://flickrnet.codeplex.com/workitem/32606</link><description>Hi,&lt;br /&gt;I am seeing javascript error when I try to login in the browser. The Authorization Url was obtained by calling OAuthCalculateAuthorizationUrl. Same thing is happening on emulator as well as on the real phone.&lt;br /&gt;&lt;br /&gt;I suspect that the url might be be for desktop. Any ideas anybody&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: &lt;p&gt;Added an optional parameter mobile &amp;#61; true&amp;#47;false to the method to return the mobile version.&lt;/p&gt;</description><author>samjudson</author><pubDate>Wed, 25 Apr 2012 13:24:38 GMT</pubDate><guid isPermaLink="false">Closed Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606] 20120425012438P</guid></item><item><title>Commented Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606]</title><link>http://flickrnet.codeplex.com/workitem/32606</link><description>Hi,&lt;br /&gt;I am seeing javascript error when I try to login in the browser. The Authorization Url was obtained by calling OAuthCalculateAuthorizationUrl. Same thing is happening on emulator as well as on the real phone.&lt;br /&gt;&lt;br /&gt;I suspect that the url might be be for desktop. Any ideas anybody&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: ** Comment from web user: asimgoheer ** &lt;p&gt;m.flickr.com makes it to work on WP7. Can you add this to library&amp;#63;&lt;/p&gt;</description><author>asimgoheer</author><pubDate>Wed, 25 Apr 2012 01:23:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606] 20120425012300A</guid></item><item><title>Commented Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606]</title><link>http://flickrnet.codeplex.com/workitem/32606</link><description>Hi,&lt;br /&gt;I am seeing javascript error when I try to login in the browser. The Authorization Url was obtained by calling OAuthCalculateAuthorizationUrl. Same thing is happening on emulator as well as on the real phone.&lt;br /&gt;&lt;br /&gt;I suspect that the url might be be for desktop. Any ideas anybody&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: ** Comment from web user: samjudson ** &lt;p&gt;Just tried it actually and just doing a Replace&amp;#40;&amp;#34;www.flickr.com&amp;#34;, &amp;#34;m.flickr.com&amp;#34;&amp;#41; actually produced a decent result. I was sure this didn&amp;#39;t work last time I checked.&lt;/p&gt;</description><author>samjudson</author><pubDate>Mon, 23 Apr 2012 09:22:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606] 20120423092210A</guid></item><item><title>Commented Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606]</title><link>http://flickrnet.codeplex.com/workitem/32606</link><description>Hi,&lt;br /&gt;I am seeing javascript error when I try to login in the browser. The Authorization Url was obtained by calling OAuthCalculateAuthorizationUrl. Same thing is happening on emulator as well as on the real phone.&lt;br /&gt;&lt;br /&gt;I suspect that the url might be be for desktop. Any ideas anybody&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: ** Comment from web user: samjudson ** &lt;p&gt;As far as I&amp;#39;m aware there isn&amp;#39;t a separate authorization url for mobile vs desktop for OAuth. I might be wrong. If there is then please let me know and I will modify the library to produce it.&lt;/p&gt;</description><author>samjudson</author><pubDate>Mon, 23 Apr 2012 07:33:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606] 20120423073356A</guid></item><item><title>Created Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606]</title><link>http://flickrnet.codeplex.com/workitem/32606</link><description>Hi,&lt;br /&gt;I am seeing javascript error when I try to login in the browser. The Authorization Url was obtained by calling OAuthCalculateAuthorizationUrl. Same thing is happening on emulator as well as on the real phone.&lt;br /&gt;&lt;br /&gt;I suspect that the url might be be for desktop. Any ideas anybody&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>asimgoheer</author><pubDate>Sun, 22 Apr 2012 19:44:45 GMT</pubDate><guid isPermaLink="false">Created Issue: WP7 javascript error when using url obtained by OAuthCalculateAuthorizationUrl [32606] 20120422074445P</guid></item></channel></rss>