Multi-media capture and push to social medai

My idea is for an app that will sit on a tablet that captures video, camera and voice; with a push out to social media channels. This will involve storing social media credentials in the app and using them to connect to the different platforms to publish posts using the captured media.

Can Thunkable do this? Where are examples and documentation?

1 Like

use:

Media DP
Audio Recorder
Video Recoder

these are in the thunkable compunents

1 Like

Hi there,

As @aarav-work advised, you will need a Video Recorder and Sound Recorder to record your video, and a Cloudinary Media DB component to upload your media to the cloud.

You will then need to use the Web API component with a suitable API to publish the content to social media. You can save credentials in the app using stored variables!

1 Like