Closed bostonareahuman closed 2 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.
I'm now having a infintie loop issue with the getToken page...
Hi, I struggled same problem, got it work with this fix: https://github.com/sookoll/phpflickr/blob/master/getToken.php
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.