I am working on google image search. I found so many url's for this. But problem is in all url's, they are passing the value as string to parameter.
How to use Google Custom Search for image search in objective c
this is one of the questions. In developer sites also they provided string parameter only like https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=apple
Here "apple" is value for parameter 'q and getting results for apple.
But i want to send image as a value to the parameter and getting results of that particular image.
Plz help me. I googled a lot. i found above like url's only. I didn't find my requirement.
Thanks in advance. Mahesh