steampy icon indicating copy to clipboard operation
steampy copied to clipboard

make_offer_with_url()

Open InsDev opened this issue 4 years ago • 3 comments

make_offer_with_url() work only if partner in friends. But this should work differently

InsDev avatar Sep 01 '20 11:09 InsDev

Not enough informations, post error & code.

CDFN avatar Nov 01 '20 15:11 CDFN

make_offer_with_url() work only if partner in friends. But this should work differently

your Inventory privacy settings should be set up to Public to use this method. Other way friends only can send you trade offers. By default Inventory privecy settings is Friends only.

ldapuser avatar Nov 24 '20 09:11 ldapuser

make_offer_with_url() for item_from_me how list[Asset] create . but me don't know how work this. can you what value used ? and error this : 'assets': [asset.to_dict() for asset in items_from_me], AttributeError: 'str' object has no attribute 'to_dict'

make_offer_with_url(items_from_me=List(Asset(asset_id=something,570,1)),...) this not working... ?

darkarmy-re avatar Sep 03 '21 10:09 darkarmy-re

Hi everyone. Can anybody tell, how should the URL look like? I tried this "https://steamcommunity.com/tradeoffer/SOME_ID", but it doest work.

lexalexa22 avatar Apr 03 '23 19:04 lexalexa22

Hi, the URL should look like this: 'https://steamcommunity.com/tradeoffer/new/?partner=YOUR_PARTNER_ID&token=YOUR_TOKEN'

Hi everyone. Can anybody tell, how should the URL look like? I tried this "https://steamcommunity.com/tradeoffer/SOME_ID", but it doest work.

ldapuser avatar Apr 03 '23 20:04 ldapuser