I am trying to hit twitter status update post api with Postman but even after choosing OAuth1.0 I am getting:
{
"errors": [
{
"code": 215,
"message": "Bad Authentication data."
}
]
}
I am not getting what should be done so I can post the data using POSTMAN.