koenrh / delete-tweets

Delete tweets from your timeline.
ISC License
792 stars 107 forks source link

Bad authentication data #100

Open liukliukliuk opened 3 years ago

liukliukliuk commented 3 years ago

I keep getting “Bad authentication data” even though the credentials are right.

The weirdest thing is that when i set to delete tweets from a period of time when there was 0 tweets to delete, it recognizes 0 tweet was deleted. Otherwise i get this error.

koenrh commented 3 years ago

Could you show me how you set the credentials? (without including your credentials)

liukliukliuk commented 3 years ago

i use windows image

ahmadmohi commented 3 years ago

any update regarding this issue yet? as iam facing te same issue

liukliukliuk commented 3 years ago

no :/

Il giorno mer 10 feb 2021 alle ore 11:51 ahmadmohi notifications@github.com ha scritto:

any update regarding this issue yet? as iam facing te same issue

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/koenrh/delete-tweets/issues/100#issuecomment-776760585, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALDZ5OJ6IIWO5OUE7ISTS5LS6KMQ5ANCNFSM4WBWGJSQ .

Peteous commented 3 years ago

I was also getting this issue on Windows. For me, I needed to use set TWITTER_CONSUMER_KEY=[your key here] with no quotes around the string. I diagnosed this by using ECHO %TWITTER_CONSUMER_KEY% after setting it, and I discovered the quotes were saved into the variable.