-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SteamUser interface is missing GetAuthTicketForWebApi #549
Comments
Hello, im also issuing with this, ive tried to implement it myself, just like how the steamworks.NET dev did, but it turns out i cant receive a callback [GetTicketForWebApiResponse_t], the [SteamUser.GetAuthTicketForWebApi] works perfectly fine and returns value 1, but i just cant receive the callback |
Same here. The GetAuthTicketForWebApi is the only function I was planning to use. It looks like, the embedded steam_api.dll does not contain this interface either. //Edit: Oh nice, there is a CodeGen folder in the project which basically allows you to update the Steamworks SDK layer by yourself. With some minor fiddling in the python script and a generated C# output, I got the GetAuthTicketForWebApi working. Note, that I have not checked yet, if other functions are still working correctly. |
I haven't had a chance to look into this much but it looks like this was fixed with #553 ? GetAuthTicketForWebApi seems like a new function in 1.57 |
is this on a newer SDK version or something?
https://partner.steamgames.com/doc/api/ISteamUser#GetAuthTicketForWebApi
The text was updated successfully, but these errors were encountered: