guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

Google BlogSearch API is returning "invalid result data" for every search #590

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to http://ajax.googleapis.com/ajax/services/search/blogs?v=1.0&q=test
2. Check the response 

What is the expected output? What do you see instead?
Expected output is the list of blog posts related with the keyword "test". 
Instead the API is returning empty resultset stating that "invalid result data"

What version of the product are you using? On what operating system?
Product version is 1.0. It's been tested with php Curl on Linux and Google 
Chrome on Windows 7.

Please provide any additional information below.
{"responseData": null, "responseDetails": "invalid result data", 
"responseStatus": 404}

Original issue reported on code.google.com by socialre...@gmail.com on 3 Jun 2011 at 11:14

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I ran into the same error and it is because they recently shut down that API:

http://googlecode.blogspot.com/2011/05/spring-cleaning-for-some-of-our-apis.html
?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FDcni+%28G
oogle+Code+Blog%29

Original comment by keller.h...@gmail.com on 6 Jun 2011 at 2:32