我正在尝试获取授权的(自己的)Steam帐户(steamcommunity.com)的朋友列表
如果公共API是私有帐户,则无法访问该帐户。 因此,我有Steam Cookie,可以使用下一个请求加载朋友列表:
https://steamcommunity.com/profiles/mySteamId64/friends?ajax=1
我将获得没有CSS样式的html响应。
但是我想得到Json或其他东西。
P / s: 通过使用
我只能从公开的Steam个人资料中加载朋友列表。