I am working on an application that collects random snapshots from flickr for use as placeholder images. I just had an incident with a client where one of the placeholder images was too obvious, and now I think it's better to filter the results. I know that flickr has a level of security on images.
As I understand it, the security level is set for each user. Is it possible to install it during an API call?
This is the call I'm using:
flickr.interestingness.getList
source share