我正在創建一個應用程序,我試圖使用Google圖像搜索API實現谷歌圖像搜索。我參考了這個[google API鏈接](https://developers.google.com/image-search/v1/)。但我有一個問題,在該頁面上提到(DEPRECATED)。所以我可以使用這個API或我應該使用其他API?任何人都可以知道嗎?谷歌圖像搜索API的iOS應用
預先感謝您
我正在創建一個應用程序,我試圖使用Google圖像搜索API實現谷歌圖像搜索。我參考了這個[google API鏈接](https://developers.google.com/image-search/v1/)。但我有一個問題,在該頁面上提到(DEPRECATED)。所以我可以使用這個API或我應該使用其他API?任何人都可以知道嗎?谷歌圖像搜索API的iOS應用
預先感謝您
已過時意味着它是一個較老也意味着存在對於新版本的代碼。 Check this out。
例子:
For example,爲了從改變我們的搜索引擎webresults爲基礎,以圖像爲基礎的,我們可以利用defaultToImageSearch
屬性。
ohk ..謝謝 – user7388
如果API已棄用,它們可能暫時可用,但不具備完整功能,並且可能在不久的將來脫機。
如果你去https://developers.google.com/image-search/
它說,它已過時,並請求的數量現在是有限的。
Important: The Google Image Search API has been officially deprecated as of May 26, 2011.
It will continue to work as per our deprecation policy, but the number of requests you may make per day may be limited. We encourage you to upgrade to the Custom Search API, which now supports image search.
這裏是鏈接到自定義搜索API
https://developers.google.com/custom-search/
希望它可以幫助
你找到一個解決辦法? – Morkrom