SteamWebAPI icon indicating copy to clipboard operation
SteamWebAPI copied to clipboard

Library for C# giving access to the functionality of the Steam Web API.

Results 9 SteamWebAPI issues
Sort by recently updated
recently updated
newest added

Seems they changed something in API. That method is gone.

bug

Not sure if this is because steam changed how logins work or because steam's login is down, but I'm getting a `WebException: Could not find remote server` during `SteamAPISession.Authenticate()`. Here's...

bug

When i was trying to login, it didnt worked, and showed me an http error. It might be ISteamOAuth2/GetTokenWithCredentials/v0001 that doesnt exist, what should i do?

Without modifying your existing code the Application using your library is unable to save the User Authentication Key to use later. Which means when reopened a user with steam guard...

enhancement

The Authentication Session provided by steam only stays alive up to 30 seconds after the last request was made on that key. After 30 seconds the Programs is required to...

enhancement

On any request I make which is not immediately after the last one I will receive a SSL/TLS Certificate Error from the GetRequestStream() function. I made a workaround by re-submitting...

bug

I know it's not an actual issue, but I opened one because this project was abandoned. If it truly was, kindly hand it over to me, I will take care...

enhancement

Great work so far fellas, One thing though, actually two. First, you should change line #32 of the example program to read; Console.WriteLine( "You have " + ( friends.Count -...

enhancement