I've been having problems trying to figure out why users/search and blocks/exists keeps returning back to me an invalid signature (401 code). I can make calls to other api urls without any issue.
Using the web based Twurl console, users/search when I put in a parameter/value of q=noradio (for example) the returning result is { "request": "/1/users/search.json", "error": "Client must provide a 'q' parameter with a value." } Doing the same for blocks/exists returns { "request": "/1/blocks/exists.json", "error": "Not found" } Using Twurl on my linux machine the calls work fine. I am totally lost as to what is going on.