Docs
Using API Keys in Java
Using API Keys in Java
How to use the Euler Stream API keys in the 3rd-party Java library.
Prerequisites
- You have signed up for an Euler Stream account.
- You have created an API key in the Euler Stream dashboard.
- You have installed the
TikTokLiveJava
library.
How to Use
To use the Euler Stream API keys in the Node.JS library, you need to set the API key config setting with the TikTokLiveBuilder#configure
method before building and connecting the client instance.
Here's an example hello-world script demonstrating this: