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

mobile authentication issue #12

Open
Govind13100 opened this issue Aug 1, 2017 · 3 comments
Open

mobile authentication issue #12

Govind13100 opened this issue Aug 1, 2017 · 3 comments

Comments

@Govind13100
Copy link

We are developing a steam website in which steam users can login and sell their skins to us. For merchant steam account(from which tradeoffer will be sent to steam users and their skins will come in this account) firstly we were using only email authentication for login process(script - https://github.com/SzymonLisowiec/php-steamlogin) in order to get the cookies and send tradeoffer to steam users using curl. But we have to sell this all steam users skins(which are in our merchant account) to another website name skin.cash so we enabled mobile authentication into our merchant account so skins would exchange immediately, by enabling this feature the trading process for users is a bit changed , now this script(https://github.com/SzymonLisowiec/php-steamlogin) always ask for two factor code. So we inputted once and saved those cookies and session id into database and used them to send tradeoffer to steam users.But at some point or after some days those cookies are getting expire.

Do all other steam bot present in market only use email authentication for merchant account ???

Or is there any other solution or script for this???

Any help will be appreciated.

@SzymonLisowiec
Copy link
Owner

To can sending offers, bot have to the Steam Guard on the mobile-auth level.

I can recommend node.js alternative: https://github.com/DoctorMcKay/node-steamcommunity

@Govind13100
Copy link
Author

Govind13100 commented Aug 1, 2017

So you mean every bot in market have mobile steam authentication enabled.

But then how they send tradeoffers , my cookies are expiring after some days so i can't use makeoffer() function to send tradeoffer.

Thank you for suggesting the node.js library but i am developing my website on PHP CMS WordPress

any suggestion for WordPress (PHP) ?????

And one more question , if merchant account have only email authentication enabled and users who are selling their skins have enabled mobile authentication then can items exchange immediately ???

@SzymonLisowiec
Copy link
Owner

Thank you for suggesting the node.js library but i am developing my website on PHP CMS WordPress
any suggestion for WordPress (PHP) ?????

You can write Wordpress plugin.

And one more question , if merchant account have only email authentication enabled and users who are selling their skins have enabled mobile authentication then can items exchange immediately ???

Unfortunately no

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

2 participants