I just have a general question: has anyone successfully implemented a way to show a google image of a term in an iOS app (or any app, for that matter). Say the user types in ‘rocket launch’, the app fetches a random image from Google. I need a way to do this, but I’m curious on the legality of it. Does Google allow us to do this? Or does anyone? Any help / suggestions are much appreciated!
Zach
There is a google image search API: http://code.google.com/apis/imagesearch/. Which has been recently deprecated, but is still functional. They just limit the number of requests you can make.
ian.