Url=“https://api.twitter.com/oauth2/token”,
Auth=base64:encode(“CONSUMER_KEY:CONSUMER_SECRET”),
wf:header(“Authorization”,"Basic "++Auth),
wf:header(“Content-Type”,“application/x-www-form-urlencoded;charset=UTF-8”),
case httpc:request(post,{Url, ,[“application/x-www-form-urlencoded”],lists:concat([“grant_type=”,“client_credentials”])}, , ) of

this is my code by erlang,but the twitter reponse me “Unable to verify your credentials”.
i don’t know why ,please reponse me ,thanks

I’m having the same issue with very similar code - code that works when running from my localhost, but not from my server. Anyone with any ideas would be very welcome.

Thanks in advance.

Same issue for me.

ditto

same here, tried with curl, httpie, and node.js - all the same…

same here and no helpfull info from twitter and this community thing is not working at all