Hello I want to make use of kooaba in my iphone application, can anybody plz tell me how can i send a query to kooaba API and how can I use that kooaba API to recognize the image from my application.Where I have to send my photo using kooaba??
A:
To use the kooaba service you first need to have an API key. You can sign up for a key and learn more about using the API here: http://www.kooaba.com/technology/api/
To send your photo(s) to the service you'll want to use NSURLConnection and NSURLRequest API's. You can read about using them in the URL Loading System documentation.
Apple also demonstrates using the PUT
method in HTTP in this sample code: SimpleURLConnections
ctshryock
2009-09-24 13:38:51