Replies: 1 comment 1 reply
-
I have the same issue. Do you already know how to fix it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing authentication via Unity's AuthenticationService and multiple providers.
For Steam, I need a ticket to pass into
As I founsd this quite cumbersome using SteamWorks.NET, I am now trying Facepunch instead.
But I can't seem to get the right ticket string. I'm trying:
Is Facepunch's
SteamUser.GetAuthSessionTicket
even supposed to be a replacement for SteamWorks.NET'sSteamUser.GetAuthTicketForWebApi
?Should this work? Is it actually a permission issue? I've tried to double check that...
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions