Hi, I'll start off by explaining my situation; I'm using JSON objects and the Google AJAX APIs in a Java program as my degree final year dissertation project. The program works by taking a document, selecting x random phrases from the document and searching Google for them using the APIs.
It has worked as intended thus far but I expect that at some point rather than returning the request status 200 along with the search results Google will try to check that my client is not just a machine spamming the system with searches and produce an anti-spam image. My questions are: 1. Does this in fact happen as it occasionally does when using a Google search manually? 2. What can i do to get around this? My thoughts are that I'd have to display the image through the program and return the user input but is there any support for this in the AJAX APIs using JSON objects? Thanks in advance, Phil -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
