0 votes
closed
PhotosetsGetPhotos and WebUrl broken

Description

 
There appears to be a bug in either FlickrNet or Flickr API when getting WebUrl from Photo objects after using PhotosetsGetPhotos where the WebUrl is not properly adding the User.UserId to the URL. it shows up as http://flickr.com/photos//2929292929 (notice the "//") missing the user id parameter.

File Attachments


Closed Nov 3 2006 at 12:36 PM  by samjudson

Comments

most recent at top (show oldest at top)
samjudson wrote Oct 28 at 3:26 PM
I've tested and written some tests on this one. If you still get the error with the latest source then an you post code to reproduce the error.

christoc wrote Oct 27 at 6:17 AM
after doing some more digging, it looks like the attribute is owner instead of ownerid for photosets in the API now

christoc wrote Oct 27 at 5:42 AM
Is it possible this fix was somehow lost in a recent update to the source? I'm looking at the same issue with download/compile of the latest source code checkin.

wrote Nov 3 2006 at 12:36 PM
Fixed in source code.

samjudson wrote Sep 27 2006 at 4:17 PM
This is a known issue with PhotosetsGetPhotos that we are looking at resolving.

MrBlue wrote Sep 23 2006 at 8:48 PM
The response is like this: The owner id is available in the photo set element but not in the photo elements. For a quick dirty fix, you can modify this method: public Photo[] PhotoCollection in the PhotoSets.cs class to set the user id after the collection is set. I don't understsand the framework well enough to come up with an elegant solution.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987