I'm writing a small application which utilizes the Yahoo Image Search
API.
My problem is that the API seems to be filtering out 'flickr' images.
I want 'flickr' images to be included in the results.
My query looks like this
http://search.yahooapis.com/ImageSearchService/V1/imageSearch?
appid=YahooDemo&query=anaconda&results=12&start=1&format=any&coloratio
n=any
or
http://api.search.yahoo.com/ImageSearchService/V1/imageSearch?
appid=YahooDemo&query=anaconda&results=12
I notice that if I perform the same query using the image search
engine at http://images.search.yahoo.com
it returns images from flickr.
I also remember this was working in the past. My API calls would
return flickr images.
I'm wondering if you guys have changed this recently?
How do I call the API so that it include flickr images in my results?
Thanks,
Sreedhar Ambati