flickering
flickering copied to clipboard
A modern PHP interface for the Flickr API
Can't install it via composer: Problem 1 - Conclusion: remove laravel/framework v5.0.4 - Conclusion: don't install laravel/framework v5.0.4 - Conclusion: don't install laravel/framework v5.0.3 - Installation request for anahkiasen/flickering dev-master...
so i don't get new picture from flickr, it just a picture from the first time i add this plugin into my laravel website, any idea why? i use config...
via @williammck
Sorry a tad new to this, I installed Flickering via composer and everything was going well until I tried: ``` php Flickering::handshake($apiKey, $apiSecret); $photos = Flickering::getResultsOf('people.getPhotos', array('user_id' => '31667913@N06')); var_dump($photos);...
I am trying to set up access to FLickr. I used your example routing in my Laravel application and set the return callback path on my application to http://mysite.com/gallery/create_callback but...
I have a detailed my issue here: http://forums.laravel.io/viewtopic.php?pid=58597#p58597