I signed up as a developer. I built an app and connected it to a TWITTER “X” account and it works perfectly! It is a BOT.

But now I need to link that BOT to another TWITTER account. I have already given it permissions but I do not see in Keys and tokens the option to obtain the Authentication Tokens that I need to configure in my BOT.

How do I link different TWITTER users on my APP?

At the moment I can’t do it and the only solution I see is to register as a DEVELOPER for every TWITTER account I have. IT’S CRAZY!

No, you definitely don’t need to register another developer account - only 1 is necessary.

See here about authenticating multiple bots using the same app:

Thanks for your comment.

Those steps with TWURL I already did. I authorized the application with the new TWITTER user and configured the PIN. That worked.

But I don’t know how to get the ACCESS TOKEN of this second TWITTER account.

In DEVELOPER DASHBOARD, only see the first TWITTER user, but not the second user that I linked.

Is there a command line in TWURL to see the access tokens from all Twitter Users?

Check the generated .twurlrc file - open it like any text file, but it may be “hidden” - it will contain the actual saved tokens. The developer dashboard will only show you the app owner’s tokens for convenience - not any other ones.

You’re awesome. That works
THANKS!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.