I try to pull my private steam data via provided REST API, but whatever I try, it won't show my private info. Here is what I do:
1) grab api key from https://steamcommunity.com/dev/apikey
2) find my steam id from https://steamid.io (steamID64)
3) access this url: http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=&steamids=
It always shows only public info.
Could anyone, please, try the same with his/her account to see if they can get private info?
basically I need to get the "gameid" and "gameextrainfo" when the user is in-game etc.
according to the API: https://developer.valvesoftware.com/wiki/Steam_Web_API#GetPlayerSummaries_.28v0002.29