POST /oauth2/token HTTP/1.1
Host: api.twitter.com
Authorization: Basic aXpOOFp//—//cVlORQ==
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache
grant_type=client_credentials
getting the below response
“errors”: [
{
“label”: “authenticity_token_error”,
“code”: 99,
“message”: “Unable to verify your credentials”
}
Any ideas where I’m going wrong?