piroor / tweet.sh

Twitter client written in simple Bash script
MIT License
237 stars 47 forks source link

{"errors":[{"code":32,"message":"Could not authenticate you."}]} #24

Closed GAZ082 closed 3 years ago

GAZ082 commented 4 years ago

Hi! I'm testing the script out. When doing a simple ./tweet.sh fetch I get the error of the subject.

This is my ~/.tweet.client.key file:

MY_SCREEN_NAME=Gabrielxxxxx
MY_LANGUAGE=es_AR
CONSUMER_KEY=dwHaZxxxx
CONSUMER_SECRET=rvuXcxxxxx
ACCESS_TOKEN=11268612-ASuxxxxx
ACCESS_TOKEN_SECRET=mmQEU61xxxxx

Any tip is welcomed!

Thanks!

piroor commented 3 years ago

The "fetch" command requires an ID of a tweet or a URL of a tweet. You looks to forget to specify that.