1 vote
closed
OwnerID doesn't exist on PhotoSets anymore

Description

 
It looks like the Flickr API has changed at some point as OWNER_ID isn't an attribute on Photosets anymore, this causes WebURL to not work for photos in a set.

EX response from the API contains
<photoset id="72157622456900037" primary="4009771355" owner="17726343@N00" ownername="chrishammond" page="1" per_page="500" perpage="500" pages="1" total="21">

As a temporary fix I've taken the latest source and replaced all instances of ownerid and owner_id from Flickr.cs and PhotoSet.CS

so far that has resolved my WebURL issues

File Attachments


No files are attached


Closed Oct 28 at 3:35 PM  by samjudson

Should be fixed in the latest source. If not please re-open and present the code to reproduce the error.


Comments

most recent at top (show oldest at top)
christoc wrote Oct 31 at 8:29 AM
Something in the latest code fixed this. I just recompiled and tested, so far so good. In the code from Saturday I had to replace owner_id in the photoset with owner to get this working properly.

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