将 Google 图片集成到应用程序中
我只是有一个一般性问题:是否有人成功实现了一种在 iOS 应用程序(或任何应用程序)中显示术语的谷歌图像的方法。假设用户输入“火箭发射”,应用程序会从 Google 获取随机图像。我需要一种方法来做到这一点,但我很好奇它的合法性。 Google 允许我们这样做吗?或者有人吗?非常感谢任何帮助/建议!
扎克
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个谷歌图像搜索API:http://code.google.com/apis/imagesearch/。它最近已被弃用,但仍然有效。他们只是限制您可以提出的请求数量。
伊恩。
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.
你可以通过UIWebView来搜索。创建查询 URL,然后传递 webView 来加载 URL。
You can UIWebView to search. Create your query URL and then pass the webView to load URL.