I want to get user Twitter timeline in JSON using Postman client Please find the screenshot of my request here
I have already followed already answered questions here, but I am not able to get the response from Twitter.
I am getting the response as
{
"errors": [
{
"code": 32,
"message": "Could not authenticate you."
}
]
}
Now either Twitter has banned request from other client or I am doing it wrong please help.