I am new to stackoverflow, so please be patient with me :)
I am trying to access using the Google UI API. But I come back that I do not understand.
My request is as follows:
https://www.googleapis.com/customsearch/v1?&key=********&q=red%2Bsox&cx=**********&start=0&num=10&cr=countryCA&lr=lang_fr&client=google-csbe&output=xml_no_dtd
And will it work out?
string '{"error": {"errors": [{"domain": "global","reason": "invalid","message": "Invalid Value"}],"code": 400,"message": "Invalid Value"}}' (length=172)
What am I doing wrong? I want the result from Google to appear.
Thank you in advance:)
Claes source share