I’m following along the tutorial of twitter about postman:
However, I’m not able to send request and have to create a folk to my workspace based on the recommendation of postman. So I tried it but it didn’t work. I got the 401 error mentioning about the header. What should I do?
The Twitter API requires that you include personal credentials with your API request so that they know who you are and that you are allowed to access that information.
They show how to do this under “Generating a User Access Token with Postman”, but it looks like there are broken links and missing screenshots in their tutorial Check out these step-by-step instructions for Twitter’s OAuth 1.0a Twitter API Authorization