twit icon indicating copy to clipboard operation
twit copied to clipboard

Could not authenticate you

Open zaksmok opened this issue 7 years ago • 5 comments

Hello. I'm trying to run streaming API but no success. I doublechecked all keys/tokens, even tried different accounts / apps / ips / servers. Everywhere same issue - { errors: [ { code: 32, message: 'Could not authenticate you.' } ] }

I run ntpq to sync timestamp. Still no success

What could cause the problem?

zaksmok avatar Jan 25 '18 16:01 zaksmok

I've had the same problem. When I try the same request in Postman, it works -- as long as I send the authentication information in headers. If I send it in the body, I get the same error I do in twit.

davidwallacejackson avatar Feb 24 '18 02:02 davidwallacejackson

@zaksmok does this still happen for you?

ttezel avatar Jun 30 '18 18:06 ttezel

I had this issue because I had an extra space at the end of my API keys from when I copy pasted from twitter. Getting rid of the space solved that.

KarimShoorbajee avatar Nov 21 '18 22:11 KarimShoorbajee

I used same credentials on 3 servers (dev, staging and production). So when system logged on production i couldnt login on other devices.

zaksmok avatar Nov 22 '18 20:11 zaksmok

Try twitter-lite. I've recently fixed an issue with the ! character breaking auth.

dandv avatar Dec 21 '18 04:12 dandv