encratite / RiotControl

An elaborate statistics tracking system for League of Legends. It used to be a centralised PostgreSQL based system but now it's a stand-alone SQLite application. It was written in C# and makes use of the LibOfLegends RTMP library. It is licensed under the terms of the GPLv3. Unfortunately I stopped working on it in 2013-08. Check out the website for a longer explanation.
http://riot.cont.ro.lt/
GNU General Public License v3.0
33 stars 15 forks source link

(Not an issue) How do I obtain a user's summoner name based on their account credentials? #67

Closed Apothems closed 11 years ago

Apothems commented 12 years ago

I am sorry if this is not the place to ask, but I don't know how to contact anyone here.

Are you (the dev[s] of RiotControl) able to teach me how to get a LoL account's Summoner name (given their account + password) OR given a user's Summoner name, find out what their account name is using ONLY POST/GET HTTP requests? The latter case would be ideal for me, but if it's not possible then the prior case works just as well.

If possible, we can talk via e-mail or some instant messenger...

encratite commented 12 years ago

This belongs to LibOfLegends instead of RiotControl really. I am fairly certain that the latter is not possible without using other services that do the work for you (i.e. third parties, not using the Riot servers directly). I'm not entirely certain about the first case either. I presume you receive the account ID or something after you log in but the thing is that I have never looked for this data before.

encratite commented 12 years ago

Jabe said:

"You confirm your own ID with getLoginPacket. You can get anyone's with getSummonerByName"