使用Steam API发送蒸汽优惠

时间:2015-03-27 21:58:18

标签: php steam steam-web-api

我正在使用Steam API方法搜索Steam优惠并且无法找到。它可能与API或你知道其他方法吗?我想在PHP / Symfony中使用它。

2 个答案:

答案 0 :(得分:6)

您目前无法通过API创建交易要约。 IEconService目前仅支持Get,Decline和Cancel。 (https://developer.valvesoftware.com/wiki/Steam_Web_API/IEconService

您可以创建一个机器人来执行此操作。有关详细信息,请参阅https://www.reddit.com/r/SteamBot/comments/2ucxbr/how_to_send_a_trade_offer/

答案 1 :(得分:2)

Open the developer console in your browser and check for the http request made when an trade offer is sent then you can make the same thing in a php script.