Now that Google's discontinued their SOAP API, what can I use to search from C# code?
I know they have a Javascript AJAX API – I've implemented it and it works – but I just need to do the same thing but from the backend code.
|
Now that Google's discontinued their SOAP API, what can I use to search from C# code? I know they have a Javascript AJAX API – I've implemented it and it works – but I just need to do the same thing but from the backend code.
| |||||
feedback
|
|
The AJAX API has a RESTful interface. Have a look here in the section titled "Flash and other Non-Javascript Environments"
| ||||
|
feedback
|
|
This is a piece of code, just for the record:
| |||
|
feedback
|