dan-coulter / phpflickr

PHP Wrapper for the Flickr API
GNU General Public License v2.0
207 stars 128 forks source link

Fixed example.php so that it works with the current Flickr API #35

Open rene18 opened 10 years ago

rene18 commented 10 years ago

Probably Flickr's API resopnse has changed since the initial commit of this project. Now the flickr.photos.getRecent gives result array one level deeper and photos are placed inside a new "photos" level.

Also the flickr.people.getInfo output has changed and username is put inside a new array having a key "_content".