Reputation: 177
I am trying to get my app id from Telegram API by using the method register.saveDeveloperInfo
, but I cannot find the way to do it.
I'm using de MTProto Java library.
This is what I had done by now:
register.saveDeveloperInfo
implemmentation in Java.Anyway, I'm trying to use the app_id from the source code of the official client but I can't send or receive message.
Does anyone know how to do it or where can I find more information?
Upvotes: 8
Views: 28789
Reputation: 39
Try disabling any anti-spam software or VPN. Disabling ABP for https://my.telegram.org/apps helped me
Upvotes: 1
Reputation: 76
If you are asked a password and Telegram didn't send it to you, try to provide the mobile phone number without "+".
Upvotes: 2
Reputation: 2711
You can get your app api_id and app api_hash from your Telegram app page. This is what you'll be using as of this writing. If you are asked a password, provide the mobile phone number you'll be using to develop and Telegram will send you the password.
Upvotes: 5