When I use the users/lookup API v1.1 using a GET request, it is working properly. However, when I use it with a POST request, I get a 401 unauthorized response. Any ideas why this could be happening?
dandv
#2
I’ve run into the same problem while developing the twitter-lite Node library. The problem was that POST parameters were not encoded and signed correctly. This is fixed now, and I’ve added a test for it.
2 Likes