<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>FlickrNet Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=FlickrNet</link><description>FlickrNet Forum Rss Description</description><item><title>New Post: Windows store app</title><link>http://flickrnet.codeplex.com/discussions/447243</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I have some errors during checking app for submit on the store:&lt;br /&gt;
&lt;br /&gt;
PI System.Configuration.IConfigurationSectionHandler in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. FlickrNet.dll calls this API.&lt;br /&gt;
API System.Net.WebProxy in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. FlickrNet.dll calls this API.&lt;br /&gt;
API System.Xml.XmlNode in SYSTEM.XML, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. FlickrNet.dll calls this API.&lt;br /&gt;
API System.IO.FileInfo in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. FlickrNet.dll calls this API.&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
can you please upload source code of your windows 8 alpha version or upload release build?&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>zuba</author><pubDate>Mon, 17 Jun 2013 07:10:21 GMT</pubDate><guid isPermaLink="false">New Post: Windows store app 20130617071021A</guid></item><item><title>New Post: Unknown attribute value: page=1</title><link>http://flickrnet.codeplex.com/discussions/447120</link><description>&lt;div style="line-height: normal;"&gt;Thanks! I was not using the NuGet package. Now it works like a charm.&lt;br /&gt;
&lt;br /&gt;
thanks again,&lt;br /&gt;
&lt;br /&gt;
Rafa&lt;br /&gt;
&lt;/div&gt;</description><author>rafaelbb</author><pubDate>Mon, 17 Jun 2013 02:06:35 GMT</pubDate><guid isPermaLink="false">New Post: Unknown attribute value: page=1 20130617020635A</guid></item><item><title>New Post: Unknown attribute value: page=1</title><link>http://flickrnet.codeplex.com/discussions/447120</link><description>&lt;div style="line-height: normal;"&gt;You would only get an error like that is you are using a debug version of the code, and the latest version (and versions going back some time) handle the page attribute  fine. Try installing the nuget package to make sure you've got the latest version.&lt;br /&gt;
&lt;br /&gt;
I am assuming you are making an authenticated call, in which case you don't even need to send the empty string to the PhotosetsGetList method, just call flickr.PhotosetsGetList().&lt;br /&gt;
&lt;br /&gt;
Sam&lt;br /&gt;
&lt;/div&gt;</description><author>samjudson</author><pubDate>Sat, 15 Jun 2013 07:24:18 GMT</pubDate><guid isPermaLink="false">New Post: Unknown attribute value: page=1 20130615072418A</guid></item><item><title>New Post: parsing photoset description</title><link>http://flickrnet.codeplex.com/discussions/447125</link><description>&lt;div style="line-height: normal;"&gt;Sorry!! - I've just spotted the \n\n insertions - sorry for the noob queustion!!&lt;br /&gt;
&lt;/div&gt;</description><author>teabag</author><pubDate>Sat, 15 Jun 2013 00:04:39 GMT</pubDate><guid isPermaLink="false">New Post: parsing photoset description 20130615120439A</guid></item><item><title>New Post: parsing photoset description</title><link>http://flickrnet.codeplex.com/discussions/447125</link><description>&lt;div style="line-height: normal;"&gt;I'm using the Flickr.net dll in an mvc 3 razor app.&lt;br /&gt;
When use the PhotosetsGetInfo method to retrieve info for a photoset, I have a problem  parsing the Description property of the returned Photoset.&lt;br /&gt;
&lt;br /&gt;
In my Razor View that is displaying the Photoset, I can correctly encode the content, so that any links and such are formatted by using the following -&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; -  @Html.Raw(HttpUtility.HtmlDecode(Model.description))&lt;/code&gt;&lt;/pre&gt;

But, I am having a problem including appropriate line breaks.&lt;br /&gt;
Looking at my flickr users site, I can see that the spaces rendered in a photoset description are formated using two &amp;lt;/br&amp;gt; tags.&lt;br /&gt;
These two tags are stripped out of the description property, and I thus have no way of knowing how to insert the appropriate spacing.&lt;br /&gt;
Can anyone help?&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>teabag</author><pubDate>Fri, 14 Jun 2013 23:56:04 GMT</pubDate><guid isPermaLink="false">New Post: parsing photoset description 20130614115604P</guid></item><item><title>New Post: Unknown attribute value: page=1</title><link>http://flickrnet.codeplex.com/discussions/447120</link><description>&lt;div style="line-height: normal;"&gt;Hi, &lt;br /&gt;
I'm getting an error when I try to get the collection of sets with this code:&lt;br /&gt;
&lt;br /&gt;
PhotosetCollection myPhotosetCollection = new PhotosetCollection();&lt;br /&gt;
myPhotosetCollection = &lt;a href="mailto:flickr.PhotosetsGetList(@&amp;quot;&amp;lt;myuserID&amp;gt;&amp;quot;);

I" rel="nofollow"&gt;flickr.PhotosetsGetList(@"&lt;myuserID&gt;");

I&lt;/a&gt; get a FlickrNet.ParsingException, {&amp;quot;Unknown attribute value: page=1&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
Here is my stack trace:&lt;br /&gt;
&lt;br /&gt;
at FlickrNet.PhotosetCollection.FlickrNet.IFlickrParsable.Load(XmlReader reader)&lt;br /&gt;
   at FlickrNet.Flickr.GetResponse[T](Dictionary&lt;code&gt;2 parameters, TimeSpan cacheTimeout)&lt;br /&gt;   at FlickrNet.Flickr.GetResponseCache[T](Dictionary&lt;/code&gt;2 parameters)&lt;br /&gt;
   at FlickrNet.Flickr.PhotosetsGetList(String userId)&lt;br /&gt;
&lt;br /&gt;
Any information on why this is happening would be appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
Rafa&lt;br /&gt;
&lt;/div&gt;</description><author>rafaelbb</author><pubDate>Fri, 14 Jun 2013 22:43:07 GMT</pubDate><guid isPermaLink="false">New Post: Unknown attribute value: page=1 20130614104307P</guid></item><item><title>New Post: Windows App Store flickrnet Compatibility</title><link>http://flickrnet.codeplex.com/discussions/393992</link><description>&lt;div style="line-height: normal;"&gt;Hi!&lt;br /&gt;
&lt;br /&gt;
I'm having the same problem!&lt;br /&gt;
&lt;br /&gt;
Can you please help?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;/div&gt;</description><author>TheMasterPT</author><pubDate>Tue, 04 Jun 2013 11:44:26 GMT</pubDate><guid isPermaLink="false">New Post: Windows App Store flickrnet Compatibility 20130604114426A</guid></item><item><title>New Post: Tags are incorrect from PhotosSearch</title><link>http://flickrnet.codeplex.com/discussions/444369</link><description>&lt;div style="line-height: normal;"&gt;Flickr doesn't return the raw tags in a call to flickr.photos.search, only in flickr.photos.getInfo or flickr.tags.getListPhoto.&lt;br /&gt;
&lt;br /&gt;
The Photo.RawTags was badly named, as it was actually the clean tags, not the raw ones. It has since been renamed.&lt;br /&gt;
&lt;br /&gt;
Sam&lt;br /&gt;
&lt;/div&gt;</description><author>samjudson</author><pubDate>Tue, 21 May 2013 11:52:16 GMT</pubDate><guid isPermaLink="false">New Post: Tags are incorrect from PhotosSearch 20130521115216A</guid></item><item><title>New Post: Tags are incorrect from PhotosSearch</title><link>http://flickrnet.codeplex.com/discussions/444369</link><description>&lt;div style="line-height: normal;"&gt;Just tried to search answers from the Web and found this page: &lt;a href="http://www.wackylabs.net/2006/07/flickrnet-api-library-203/" rel="nofollow"&gt;http://www.wackylabs.net/2006/07/flickrnet-api-library-203/&lt;/a&gt; &lt;br /&gt;
Looks like in an early version there is a Photo.RawTags field, but now it is gone in v3.4 and v3.5. Now we can only find Photo.Tags, in which spaces were removed and thus cannot be used.&lt;br /&gt;
&lt;/div&gt;</description><author>xshua</author><pubDate>Tue, 21 May 2013 06:56:22 GMT</pubDate><guid isPermaLink="false">New Post: Tags are incorrect from PhotosSearch 20130521065622A</guid></item><item><title>New Post: Tags are incorrect from PhotosSearch</title><link>http://flickrnet.codeplex.com/discussions/444369</link><description>&lt;div style="line-height: normal;"&gt;The spaces were removed in the Tags in returned photos from PhotosSearch. For example, if the tags are &amp;quot;blue flowers sky&amp;quot; and &amp;quot;blooming funny&amp;quot;, the tags that we can get is &amp;quot;blueflowerssky&amp;quot; and &amp;quot;bloomingfunny&amp;quot;. Could anyone help solve this? One work around is to use the PhotoID from PhotosSearch and then use PhotosGetInfo to get the original/raw tags. However, this is very slow if we process a large number of photos.&lt;br /&gt;
&lt;/div&gt;</description><author>xshua</author><pubDate>Tue, 21 May 2013 05:36:58 GMT</pubDate><guid isPermaLink="false">New Post: Tags are incorrect from PhotosSearch 20130521053658A</guid></item><item><title>New Post: Licenses on Search</title><link>http://flickrnet.codeplex.com/discussions/443758</link><description>&lt;div style="line-height: normal;"&gt;Thanks Sam, &lt;br /&gt;
&lt;br /&gt;
Forgot to update this ticket, but that's exactly what the problem was.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Chris&lt;br /&gt;
&lt;/div&gt;</description><author>cemdev</author><pubDate>Thu, 16 May 2013 11:17:05 GMT</pubDate><guid isPermaLink="false">New Post: Licenses on Search 20130516111705A</guid></item><item><title>New Post: Licenses on Search</title><link>http://flickrnet.codeplex.com/discussions/443758</link><description>&lt;div style="line-height: normal;"&gt;I suspect you are not asking for the license to be returned.&lt;br /&gt;
&lt;br /&gt;
Try the following:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;options.Extras |= PhotoSearchExtras.License;&lt;/code&gt;&lt;/pre&gt;

Sam&lt;br /&gt;
&lt;/div&gt;</description><author>samjudson</author><pubDate>Thu, 16 May 2013 07:23:43 GMT</pubDate><guid isPermaLink="false">New Post: Licenses on Search 20130516072343A</guid></item><item><title>New Post: Licenses on Search</title><link>http://flickrnet.codeplex.com/discussions/443758</link><description>&lt;div style="line-height: normal;"&gt;I've set up the options with License restrictions:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;options.Licenses.Add(LicenseType.AttributionCC);
            options.Licenses.Add(LicenseType.NoKnownCopyrightRestrictions);
            options.Licenses.Add(LicenseType.AttributionShareAlikeCC);
            options.Licenses.Add(LicenseType.AttributionNoDerivativesCC);&lt;/code&gt;&lt;/pre&gt;

but it's returning all pics with All Rights Reserved.  How do I select particular license types for searching?&lt;br /&gt;
&lt;/div&gt;</description><author>cemdev</author><pubDate>Wed, 15 May 2013 15:17:36 GMT</pubDate><guid isPermaLink="false">New Post: Licenses on Search 20130515031736P</guid></item><item><title>New Post: FlickrNet.flickr does not contain definition for `PhotosSearch`</title><link>http://flickrnet.codeplex.com/discussions/433244</link><description>&lt;div style="line-height: normal;"&gt;I tried to follow the above, but I think it is better to use async methods provided in the package like so &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;
flickr.PhotosSearchAsync(options, result =&amp;gt;
            {
                if (result.HasError)
                {
                    MessageBox.Show(&amp;quot;Error getting feed. Please try again Later.&amp;quot;);
                }
                else
                {
                    photos = result.Result;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>crash1989</author><pubDate>Tue, 07 May 2013 20:41:26 GMT</pubDate><guid isPermaLink="false">New Post: FlickrNet.flickr does not contain definition for `PhotosSearch` 20130507084126P</guid></item><item><title>New Post: Windows App Store flickrnet Compatibility</title><link>http://flickrnet.codeplex.com/discussions/393992</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br /&gt;
&lt;br /&gt;
Can you please provide any updated about the new API for Win8RT Version.&lt;br /&gt;
&lt;/div&gt;</description><author>ravi05cse</author><pubDate>Mon, 18 Mar 2013 16:27:37 GMT</pubDate><guid isPermaLink="false">New Post: Windows App Store flickrnet Compatibility 20130318042737P</guid></item><item><title>New Post: Windows App Store flickrnet Compatibility</title><link>http://flickrnet.codeplex.com/discussions/393992</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br /&gt;
&lt;br /&gt;
Can you please provide any updated about the new API for Win8RT Version.&lt;br /&gt;
&lt;/div&gt;</description><author>ravi05cse</author><pubDate>Mon, 18 Mar 2013 10:12:58 GMT</pubDate><guid isPermaLink="false">New Post: Windows App Store flickrnet Compatibility 20130318101258A</guid></item><item><title>New Post: Windows App Store flickrnet Compatibility</title><link>http://flickrnet.codeplex.com/discussions/393992</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;br /&gt;
&lt;br /&gt;
Can you please provide any updated about the new API for Win8RT Version.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Ravi Shankar&lt;br /&gt;
&lt;/div&gt;</description><author>ravi05cse</author><pubDate>Mon, 18 Mar 2013 09:49:00 GMT</pubDate><guid isPermaLink="false">New Post: Windows App Store flickrnet Compatibility 20130318094900A</guid></item><item><title>New Post: How to prevent prompt for permissions page. Its possible?</title><link>http://flickrnet.codeplex.com/discussions/436338</link><description>&lt;div style="line-height: normal;"&gt;No, there is no way to bypass the permissions screen if the user has previously authenticated.&lt;br /&gt;
&lt;br /&gt;
You can store the authentication token and keep using that, hence not sending the user to the authorization page at all if you want.&lt;br /&gt;
&lt;br /&gt;
Sam&lt;br /&gt;
&lt;/div&gt;</description><author>samjudson</author><pubDate>Wed, 13 Mar 2013 08:23:54 GMT</pubDate><guid isPermaLink="false">New Post: How to prevent prompt for permissions page. Its possible? 20130313082354A</guid></item><item><title>New Post: How to prevent prompt for permissions page. Its possible?</title><link>http://flickrnet.codeplex.com/discussions/436338</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
How to prevent prompt for permissions page each time when user authorized and send request to Flickr. It is possible do not show each time Link account page for the same user? &lt;br /&gt;
&lt;br /&gt;
For Google Services I know it's change default value for query param &amp;quot;approval_prompt&amp;quot;. It is possible in Flickr?. &lt;br /&gt;
&lt;br /&gt;
We're using Flickr.NET. &lt;br /&gt;
&lt;br /&gt;
Thanks in advance. &lt;br /&gt;
Elena&lt;br /&gt;
&lt;/div&gt;</description><author>lashtaar</author><pubDate>Tue, 12 Mar 2013 16:03:00 GMT</pubDate><guid isPermaLink="false">New Post: How to prevent prompt for permissions page. Its possible? 20130312040300P</guid></item><item><title>New Post: How to get Tags/Caption on photo?</title><link>http://flickrnet.codeplex.com/discussions/435250</link><description>&lt;div style="line-height: normal;"&gt;Thank you very much Sam!&lt;br /&gt;
&lt;br /&gt;
-Truong&lt;br /&gt;
&lt;/div&gt;</description><author>truongdc</author><pubDate>Tue, 05 Mar 2013 04:28:24 GMT</pubDate><guid isPermaLink="false">New Post: How to get Tags/Caption on photo? 20130305042824A</guid></item></channel></rss>