naphaso / kilogram

Telegram Windows Phone Client
7 stars 10 forks source link

Number Activating Problem #1

Open chbaluch opened 9 years ago

chbaluch commented 9 years ago

I use this source code. When i put number still loading.... didn't get code.

PCodder commented 9 years ago

may be help you change app_id and hash_id in login.cs with you keys

 session.Api.auth_sendCode(phone, 0, 1097, "712986b054dc1311bec3c2dd92e843e7", langCode);

and change ip address in telegramsession.cs with your own ip address (get that's from my.telegram.org)

TelegramEndpoint endpoint = new TelegramEndpoint("149.154.167.40", 443);