Social Media Extension

I’m currently working on something much simpler, yet way more complex than it has to be - just embedding a twitter timeline as an extension. Since going straight to twitter’s embedded timeline is a no-go.

The concept is
Extension -> Amazon API -> AWS Lambda -> Twitter API

I’m learning everything as I go (primarily a c++ gameplay programmer) and I have everything working except for the adding to the extension front-end, where I’m bumping against security models. Is this just something you can’t do?