Page 1 of 1

Upload user using auth_token Twitterdub

Posted: Fri Jun 02, 2023 1:24 pm
by Chief6116
I’ve looked at some threads on here to no avail
I received accounts with only the auth_token cookie
Is this available for upload into Twitterdub?
If so can someone please explain for me?
I tried exporting cooking to json then base 64 etc

Would be great if I could mass upload

Re: Upload user using auth_token Twitterdub

Posted: Fri Jun 02, 2023 8:02 pm
by martin@rootjazz
you can with CUSTOM IMPORT (accounts tab > custom import link and there is an INFO link for "info" on how to do it

BUT you will need the username of the account as well. You cannot do it with ONLY the auth token at this time



Regards,
Martin

Re: Upload user using auth_token Twitterdub

Posted: Fri Jun 02, 2023 8:51 pm
by Chief6116
I’m trying to do it, at least I believe correctly.
Maybe I’m being dumb lol.
I’m downloading a txt file with
Username,auth_token
Trying to upload that?
Is this correct?
From what I’m reading in that thread it seems like that’s how it is supposed to be.. could be horribly wrong however. Probs am

Re: Upload user using auth_token Twitterdub

Posted: Fri Jun 02, 2023 9:19 pm
by Chief6116
Now I put
Username,cookies
UN,auth_token
Base64 code

Which after reading more deeply thought that would be it and still not working

Re: Upload user using auth_token Twitterdub

Posted: Mon Jun 05, 2023 5:16 pm
by martin@rootjazz
Chief6116 wrote: Fri Jun 02, 2023 9:19 pm Now I put
Username,cookies
UN,auth_token
Base64 code

Which after reading more deeply thought that would be it and still not working
Custom spec would be:

Code: Select all

username,auth



Regards,
Martin

Re: Upload user using auth_token Twitterdub

Posted: Tue Jun 06, 2023 9:12 pm
by Chief6116
Ok great thank you!

Re: Upload user using auth_token Twitterdub

Posted: Tue Jun 06, 2023 10:57 pm
by martin@rootjazz
from the next update, any of the following will work for auth_token in the custom import

auth
auth_token
authtoken


My apologies, I should have allowed all of them from the start, as opposed to just "auth". Hopefully that will help others in teh future



Regards,
Martin

Re: Upload user using auth_token Twitterdub

Posted: Wed Jun 07, 2023 2:31 pm
by Emin
you can just put json cockies instead of the authtoken?