Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Telegram id and hash "Incorrect app name&#33"

I know it sounds stupid but I am facing an issue obtaining api_id and api_hash as per https://core.telegram.org/api/obtaining_api_id . When clicking on "Create Application" I am receiving the error: "Incorrect app name!". What am I missing? Thank you in advance

like image 402
Alessandro R. Avatar asked Nov 16 '18 15:11

Alessandro R.


People also ask

How can I get app ID and hash in telegram?

Obtaining api_id Sign up for Telegram using any application. Log in to your Telegram core: https://my.telegram.org. Go to "API development tools" and fill out the form. You will get basic addresses as well as the api_id and api_hash parameters required for user authorization.

What is flood wait in telegram?

420 FLOOD. The maximum allowed number of attempts to invoke the given method with the given input parameters has been exceeded. For example, in an attempt to request a large number of text messages (SMS) for the same phone number.


3 Answers

It was pretty easy, it seems it accepts only alphanumeric characters. No underscores.

like image 122
Alessandro R. Avatar answered Oct 20 '22 22:10

Alessandro R.


This worked for me:

In the "App title:" you must introduce only letters more than 5 In the "Short name:" you must introduce only numbers more than 5

Example:

App title: firstApp 
Short name: 12345
like image 24
antadlp Avatar answered Oct 20 '22 23:10

antadlp


This worked for me:

App title: chatbot
Short name: conversational chat bot

Open in the website in incognito mode.

like image 1
Urvish Avatar answered Oct 20 '22 22:10

Urvish