I'm trying to build an app to send a retweet automatically with multiple accounts of a specific tweet so I just wanted to know what are the exactly headers/information should I attach in order to send the retweet from every account, because since the retweet function needs the user to be authenticated then I was thinking to authenticate the users manually with a Sign-in with Twitter button or is there another way to sign the users and save the tokens or the information needed to send the retweet?
I'm the owner of those accounts so if I can sign in using user/pwd, I can do it.
I'm already testing some services I built in my NodeJS server but since I'm not really sure about how to accomplish this task, I prefer to ask before continue.
Kind regards!