samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
39 stars 15 forks source link

Use live.staticflickr.com rather than farm*.staticflickr.com #70

Open samwilson opened 2 months ago

samwilson commented 2 months ago

In UrlsApi::getImageUrl() the old farm*.staticflickr.com domain name structure is used, and should be replaced with the new live.staticflickr.com. See https://www.flickr.com/services/api/misc.urls.html for details.

(First reported at https://github.com/samwilson/phpflickr-cli/issues/27 )