Attention Required: Telegram Bot Secret Security
To use automatic wallet creation for Telegram, developers must create a Telegram bot configured with a bot secret, which serves as both the control mechanism for the bot and as a symmetric key for authentication. This key technically grants the developer an ability to sign authentication data and actions with a wallet. Any compromise of the bot secret internally or externally can expose users and their accounts to significant risk. Securing this symmetric key is critical to ensuring the integrity of all Telegram login sessions in your application.
This feature allows developers to obtain authentication credentials with Telegram so users can log in and link their Telegram username to their account. The Telegram handle will be added as a verified credential in the user’s profile.
Here are the step-by-step instructions for obtaining OAuth credentials for Telegram:
/start
./newbot
to create a new bot.mycoolbot
or my_cool_bot
)./setdomain
.That’s it! You now have OAuth credentials for your Telegram application that you can use in Dynamic.
If you need more help with configuring the Telegram OAuth App check their docs here.
BotFather is an official bot on Telegram. It allows developers to create and manage their own Telegram bots and is required for obtaining the necessary credentials to interact with the Telegram API.
We suggest using your brand or application name to avoid confusing users when they authenticate. Example: Dynamic_bot
.
Attention Required: Telegram Bot Secret Security
To use automatic wallet creation for Telegram, developers must create a Telegram bot configured with a bot secret, which serves as both the control mechanism for the bot and as a symmetric key for authentication. This key technically grants the developer an ability to sign authentication data and actions with a wallet. Any compromise of the bot secret internally or externally can expose users and their accounts to significant risk. Securing this symmetric key is critical to ensuring the integrity of all Telegram login sessions in your application.
This feature allows developers to obtain authentication credentials with Telegram so users can log in and link their Telegram username to their account. The Telegram handle will be added as a verified credential in the user’s profile.
Here are the step-by-step instructions for obtaining OAuth credentials for Telegram:
/start
./newbot
to create a new bot.mycoolbot
or my_cool_bot
)./setdomain
.That’s it! You now have OAuth credentials for your Telegram application that you can use in Dynamic.
If you need more help with configuring the Telegram OAuth App check their docs here.
BotFather is an official bot on Telegram. It allows developers to create and manage their own Telegram bots and is required for obtaining the necessary credentials to interact with the Telegram API.
We suggest using your brand or application name to avoid confusing users when they authenticate. Example: Dynamic_bot
.