The API has been working fine for a while now, but has recently been giving me a 401 unauthorized. I'm in the middle of developing a chrome plugin so I'm sure I call the API frequently. Is there a chance that I've been blocked? Or possibly a problem?
Hi Torey,
1/ Could you check the response header of the failing API call? It should mention the reason why it's giving you the 401.
2/ Could you try this example in your shell? Works for me. The gzip encoding is optional.
Cheers,
-Bart.