How do I use the Telegram API on Windows Phone 8?

I would like to use the Telegram API for Windows Phone 8. Although unlike other platforms, Telegram does not provide the source code for Windows Phone. This is unfortunate because it creates a lot of problems for those who want to use it. From my research, people mention using a REST service to do this. Although no one has shown the exact solution how to do this. I also read about using RPC calls to execute it. I do not know how to do this and I would be very grateful for anyone who could explain step by step how to implement Telegram in one application. Many thanks!

+3


source to share


1 answer


If you need to see the source code of an application using the Telegram API, you should take a look at github

.

There are many applications in this API:

API, protocol documentation

The documentation for the Telegram API is available here: http://core.telegram.org/api



Documentation for the MTproto protocol is available here: http://core.telegram.org/mtproto

Take a look at this https://telegram.org/apps#telegram-for-wp

You can view their source code by downloading the zip code. Unfortunatelly Stackoverflow does not allow posting a step-by-step API tutorial.

+1


source







All Articles