Erzengel

Results 4 comments of Erzengel

Even if I manually use the URL [https://steamcommunity.com/actions/GetNotificationCounts](url) which getNotifications() uses in my own browser, I get a 400 bad request (with steam logged in). I guess steam has changed...

is there anyone who has the same problem?

Thanks for your help! As far as i know, is the web access token included in the Cookies. Could node-steamcommunity get the Access Token from there?

> I think Steam deactivated this endpoint. It currently uses the new API method: > > ```js > const baseURL = "https://api.steampowered.com/ISteamNotificationService/GetSteamNotifications/v1"; > > const inputJson = { > include_hidden:...