dan-coulter / phpflickr

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

Can't access API.. #67

Closed bostonareahuman closed 2 years ago

bostonareahuman commented 8 years ago

I have a valid key and called

$f = new \AAC\Classes\phpFlickr(getenv('FLICKRAPP')); $recent = $f->photosets_getList();

recent is always coming back as false though.

not sure what I'm going wrong as the troublehooting is minimal.

bostonareahuman commented 8 years ago

I'm now having a infintie loop issue with the getToken page...

sookoll commented 8 years ago

Hi, I struggled same problem, got it work with this fix: https://github.com/sookoll/phpflickr/blob/master/getToken.php