-
Notifications
You must be signed in to change notification settings - Fork 154
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
How do I accept mobile trade confirmations? #210
Comments
BUMP! Please help solve this problem. However, I still can't figure out how to get the trade_offer_id to enter in _confirm_transaction. I tried to monitor the network in the browser during the creation of the request, and when requesting "https://steamcommunity.com/tradeoffer/new/send", the answer is the same trade_offer_id that I need. BUT QUESTION: Is it possible to get this trade_offer_id in another way without forming a trade? (Because the get_trade_offer method does not show the trade_offer_id of the sent trade) |
Hey, there's probably many reasons for why you're getting. |
Fixed with #274 |
I need some help confirming trades that have been sent via Steam and not though steampy. I see that it can be done through
send_trade_allow_request()
but I cannot get the requiredtrade_offer_id
parameter fromget_trade_offers()
. How should I do this?The text was updated successfully, but these errors were encountered: