Pergunta

I have searched forums and I found sample pattern for getting all games of user like this: http://steamcommunity.com/id//games?tab=all&xml=1 returns all games. However if an user didn't set up steam profiles already, even though he/she have game, they don't comes in this above url. (e.g) http://steamcommunity.com/id/76561198061133470/games?tab=all&xml=1

I have Steam Web API Key. I want to get the games list. Can anybody point a method/call for that?

Foi útil?

Solução 2

It seems to work if you use "profiles" instead of "id"

With your exemple : http://steamcommunity.com/profiles/76561198061133470/games?tab=all&xml=1

Outras dicas

If it is a customUrl then use the

http://steamcommunity.com/id/<custom>

else use the

http://steamcommunity.com/profile/<steamid>

you can use any of the steamcommunity url to retrieve data by adding ?xml=1 to the end of the url

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top