ok I do understand that, but do you see if somehow i set it up wrong? Im just guessing that maybe my url structure is wrong...
well, let me ask you this then... when Im posting a json structure with one or more request parameters, how does Appery send the full complete url?
-------------------------------------------------------
Because in my settings (this example is for inFormat = Key/Value pairs), I put this url:
http://www.mapquestapi.com/geocoding/...
where 'Fmjtd%7Cluub2gutn0%2Cag%3Do5-9uaw14' = YOUR_KEY_HERE
according, to their site, my url structure should look like this in my request:
http://www.mapquestapi.com/geocoding/...
where '42.5174672,-83.10717450000001' = lat,lng
I get this error message:
... },
"statuscode":400,
"messages":[
"Illegal argument from request: Insufficient info for location."
]
}...
----------------------------------------------------------
If I'm using: inFormat = JSON, I put this url:
http://www.mapquestapi.com/geocoding/...
according, to their site, my url structure should look like this in my request:
http://www.mapquestapi.com/geocoding/...
I get this error message:
},
"statuscode":400,
"messages":[
"Illegal argument from request: Error parsing JSON from Request: A JSONObject text must begin with '{' at character 0 of , Please see the documentation for the Geocoding Service at http://www.mapquestapi.com/geocoding/ for details on correctly formatting requests."
]
}
----------------------------------------------------------------
It looks to me that the my url structure might be off. I even had my back-end guy look at this and he said they look right, then he told me to ask you guys to see how else its manipulated??