Hi i generated new key and tryign to use the AJAX search API in C#
windows app but i get Invalid key message.Any help?
my code is like this-
WebService1.com.google.api.GoogleSearchResult gr = new
WebService1.com.google.api.GoogleSearchResult();
WebService1.com.google.api.GoogleSearchService svr = new
WebService1.com.google.api.GoogleSearchService();
gr = svr.doGoogleSearch
("ABQIAAAAwjmixmmfjHK_BykLvcddQhT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRRPVLnIigYUYufBSxBGaTn3S7Zug",
"pritam", 0, 10, false, "", true, "", "", "");
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---