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

New 6K display size support #25

Closed gegere closed 4 years ago

gegere commented 4 years ago

Greetings Sam, a question about the 6K image support flickr is offering to Pro members. Any additional information on this?

samwilson commented 4 years ago

I'm not sure. I haven't heard anything about the API changing. Surely they'll just be treated as normal photos as regards metadata etc.? It's just front-end display stuff that you might want to adjust.

gegere commented 4 years ago

More info: https://www.flickr.com/help/forum/en-us/72157710955873986/

samwilson commented 4 years ago

I think PhotosApi::getSizes() will work fine and return the new larger size for photos where it's available, but Flickr haven't updated the list of size codes yet. So I don't think anything needs to be done here. I'll keep an eye on it though, and thanks for the heads-up!

samwilson commented 4 years ago

It doesn't look like anything needs to change with this library at this point.