Skip Menu |

This queue is for tickets about the Flickr-API2 CPAN distribution.

Report information
The Basics
Id: 100773
Status: new
Priority: 0/
Queue: Flickr-API2

People
Owner: Nobody in particular
Requestors: myriam [...] myriam.ca
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Problem with Flickr-API2-Photo->page_url
Date: Sun, 07 Dec 2014 10:59:14 -0500
To: bug-Flickr-API2 [...] rt.cpan.org
From: Myriam Beauchemin <myriam [...] myriam.ca>
Hi,

Prior to the last update (or maybe prior to Flickr trying to reinvent the wheel), Flickr-API2-Photo->page_url was returning URLs in the form of http://flickr.com/photos/ 12345678@N99 /1234567890

Now, instead of containing the user_id , URLs contain the user name , which cause most of them to be invalid. Even worst, some user names contains more than one word and/or invalid characters.

flickr.com/photos/ anna699482 /14417175723
(see flickr.com/photos/99077290@N03/)

flickr.com/photos/ DK Hong /14213443727
(see flickr.com/photos/124554017@N05/)

flickr.com/photos/ Romain Béot /14377013616
(see flickr.com/photos/125254055@N05/)

flickr.com/photos/ Jennifer Reichelt /14403237545
(see flickr.com/photos/32640071@N02/)

flickr.com/photos/ H-Hirori@hotmail.de /14420261463
(see flickr.com/photos/24533216@N04/)

As a workaround, I now use short_url method (such URLs correctly translate to the ones with user_id).

Is there something you can do about it?

Thanks,
Myriam