*I’m been going over the available apis and programs out there but what I need is a way to pictures from flickr on my site. Most of the programs I have seen only show pictures that belong to a certain ID. Is there a way to show any picture that is tagged with a certain tag? Like if I need to show pictures tagged Cat on my site how can I do it.
I would be interested in a php based library or if theres something like a jquery plugin that can do it that would be all the better
Thanks – I’m using the zend framework for my application.
What about the
flickr.photos.searchmethod of the API ?Quoting :
And, a bit lower on that page, it seems there is a parameter to filter by tags :
For example, to search for cats :
Note : only quickly tried using the API Explorer.