Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
2. You'll use OAuth to get keys on a per-user basis.
So you want to make a web app, a desktop app, a mobile app, or what? That will determine how to package your application to obfuscate your code.
I'll be making desktop programs, I'll be starting with some small programs that'll only be running on my pc, chatbots and sorts like that, but my end goal is to make a program simular to IdleMaster, that makes trader's(and normal users) lives easier, as well as to release it to the public, once I've gotten used to steam's API and improved my skills as a coder.
It all sounds farfetched at my level of skills, I use steam daily, and I'm a trader (at least I was a year ago, just not currently because I only recently enabled the mobile Authenticator
Just to clarify, I can put anything I want as the "domain", it won't be needed later?
I'll look into OAuth/OpenId, thanks.
By the way, is there a specific forum for API developers?
Haha, sorry for rambling on, Thanks for the help.
so what you want to do since this is an web api key is to use a server to make the calls and then have your app get the information from the server.
so that was a bit of info for you, however in your case since you are making an idle bot / farm bot / trade bot, you will need to know that api keys are tied to the account that requested it but it can be used by others aswell but it also have api calls that will only work if the requests comes from that account.
example the trade offer api, so this mean you naturally should not hardcode your api key into your app but create a setting file wherein the user can add their credentials, being username / password / api key etc.
have a look at archie steam farm on github.
And how would I go about getting the users to login without first having accese to the API?
As I mentioned I don't own a domain nor a server, so I can't use that method.
The end.