how to get oauth client-id for steam?
Asked Answered
O

1

5

I find this on official doc for client ID :

During your initial setup you will need to contact Valve with the following information: What permissions you need the user to obtain. The required permissions are listed below with each API call. The token lifetime. The redirect URI to send the user back to after completing authentication/authorization. In return, Valve will assign a Client ID for your implementation.

But they didn't mention how to contact valve for the same. I found many same questions on different platform but can't find any solution to this.

https://steamcommunity.com/oauth/login?response_type=token&client_id=client_id_here&state=whatever_you_want

I am little confuse in steam-ID and Client-ID. Are they the same? if not then how to retrive client-id from valve.

Sorry If i miss anything here

Outlaw answered 21/6, 2022 at 7:2 Comment(2)
It seems that the docs are pretty clear on this one - you have to contact Valve to get the client ID. Maybe I don't understand your question fully.Compensable
do you have idea how do i contact valve for the same ? link or anything i tried to search but didnt find anything useful ...may be i missed anything.Outlaw
O
6

Answering my own question for someone's reference.

O-auth is not supported in stream any more, But official documentation is still there which is useless right now.

Need to implement it using Open-ID which is the only solution.

There are many PHP and other language's reference on git-hub.

If anyone need any help feel free to ask here i have implemented it successfully.

And also client-id and steam-Id are not same.

Outlaw answered 12/7, 2022 at 12:48 Comment(3)
As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.Bim
But how did you get the client-id? Did you contact valve support for this?Splanchnology
Are you 100% certain that Steam does not support OAuth anymore?Katiakatie

© 2022 - 2024 — McMap. All rights reserved.