I need to find a way to have a user authorize my custom connector, which I developed, on DOMO to Twitter to rehydrate some tweets. My connector basically inserts tweets into a DOMO database where I can view this data displayed on DOMO “cards”.
DOMO only gives the developer a simple editor (with ECMA 5.1) so I cannot use any third parties libraries of some sort.
My question is basically - How can I have that user authorize the connector on DOMO to twitter, and get back a token or some credentials to use to authenticate the connector to use to make Twitter REST API calls.
I wish to use something like this