I have followed the steps required to create a new application and getting consumer key, secret pairs and also the token access details. Now I would like to make calls to Twitter Rest API, using chrome Postman client.
How should I pass the customer key, secret, token etc details to the request? I have tried to pass them as headers and also tried to pass them by selecting OAuth1.0 option in postman client but I am getting errors:
{
"errors": [
{
"code": 32,
"message": "Could not authenticate you."
}
]
}
I know this is old, but in case anyone is still facing this issue, the following steps worked for me:
I hope that helps.
Juliana Chahoud's answer updated for 2018:
The add authorization data has been moved to the left column and requires you to select the drop down menu to change it to "Request Headers".
Postman creates 6 character nonce, Twitter needs 32-character Nonce. So you can use any random value, I used ABCDEFGHIJKLMNOPQRSTUVWXYZ123456 (length=32)
You must not pick Add params to header (pick will failed) You don't need to care about Nonce
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With