I’m trying to search tips in the area (using “sw” and “ne” parameters) and skipping “ll” parameter as it is not required in “intent=browse” mode
according to doc.
Getting error:
c({"meta":{"code":400,"errorType":"param_error","errorDetail":"Must provide ll parameter."},"response":{}});
PS. client_id and client_secret are specified correctly.
Oh, tips search method is deprecated and does not support sw and ne parameters. Search for venues is recommended for usage instead.