Skip to content
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

Closed
Ash-oi opened this issue May 8, 2023 · 3 comments
Closed

SteamUser interface is missing GetAuthTicketForWebApi #549

Ash-oi opened this issue May 8, 2023 · 3 comments

Comments

@Ash-oi
Copy link

Ash-oi commented May 8, 2023

is this on a newer SDK version or something?

https://partner.steamgames.com/doc/api/ISteamUser#GetAuthTicketForWebApi

@CodingDaniel1
Copy link

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

@WongKit
Copy link

WongKit commented May 12, 2023

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.

@rlabrecque
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants