Calling Google Ajax Search API via JQuery JSONP

后端 未结 2 1416
渐次进展
渐次进展 2021-01-03 05:34

I know this has been asked a zillion times, but I still can\'t get my code to work. I am trying to a simple JSONP call from my Javascript application. The cod fragment loo

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-03 06:11

    Looks like the method you are using is deprecated: https://developers.google.com/web-search/docs/reference

    And has moved on to: http://code.google.com/apis/customsearch/v1/overview.html

提交回复
热议问题