Hi,
Whenever I test this service in the editor it works fine, but when I test the app (or simply the link below) for whatever reason $distance is not recognized as a valid argument.
Query (I had to hide my KEY):
http://api.v3.factual.com/t/places-sg...
Result:
{version:3, status:error, error_type:InvalidArgument,...}
error_type: "InvalidArgument"
message: "Parameter 'sort' references unknown field $distance. Please see documentation at http://developer.factual.com"
status: "error"
version: 3
If I remove $distance (i.e. leave sort blank) it works fine.
Any ideas?