phpflickr
PHPFlickr script...could this be cleaner/leaner?
OK, here\'s my dilemma: I\'ve read all over about how many guys want to be able to display a set of images from Flickr using PHPFlickr, but lament on how the API for PhotoSets does not put individual[详细]
2023-03-06 07:32 分类:问答How do I get phpFlickr to return the original image?
This code works perfectly: $f = new phpFlickr(FLICKR_API_KEY, FLICKR_API_SECRET); $f->setToken(FLICKR_AUTH_TOKEN);[详细]
2023-03-06 00:17 分类:问答Using Flickr to Enable Images on a Site
Has anyone had success using Flickr to embed images that users ca开发者_如何学Cn upload to my site, but that are hosted on Flickr?[详细]
2023-02-08 09:49 分类:问答phpFlickr Caching to Filesystem or MySQL?
Are you supposed to be able to see distinct filenames via phpFlickr\'s caching to filesystem or MySQL? I\'ve set the parameters as listed in the readme, but caching does not seem to generate any files[详细]
2023-01-12 00:59 分类:问答Including the phpFlickr library in Kohana
I\'m beginning a website using the Kohana Framework, and I couldn\'t find how to include external libraries \"the proper way\".[详细]
2023-01-11 09:58 分类:问答Display collections on my website using Flickr API
I have been looking for a long time where I could find a php script using phpflickr class (or not) in order to display collections (titles, images or both) on my website.[详细]
2023-01-04 17:58 分类:问答Issue when using phpflickr
I use phpFlickr (last stable version) on Windows Vista and WAMP2.0 : and I have these : Strict Standards: Assigning the return value of new by reference is deprecated in .../phpFlickr.php on line 91[详细]
2022-12-12 19:37 分类:问答