id transfer and image downloading #2982
-
i want to transfer my IDs from sda to asf and done it with 1 id |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Q: is there any way that bot dont farm? |
Beta Was this translation helpful? Give feedback.
-
ASF is NOT a general purpose authenticator. |
Beta Was this translation helpful? Give feedback.
-
FAQ, nolddor even linked you that above.
ASF API allows you to accept a particular type of confirmation, and even only a specific ID of the trade offer, which allows you to programmatically accept only what you need. Regardless, I've added appropriate endpoint in 8646178 to add a way also to only fetch pending confirmations, just so nobody is limited by options if he/she wants to code a solution utilizing that.
No, avatar hash is kept only in memory, there is no reason to keep it around since it's not mandatory for ASF to operate. If other tools such as ASF-ui want to keep avatar hash at all times, then they can store them themselves e.g. in local storage and display when ASF does not offer any avatar by itself (since that feature is important to them, not to ASF). |
Beta Was this translation helpful? Give feedback.
FAQ, nolddor even linked you that above.
ASF API allows you to accept a particular type of confirmation, and even only a specific ID of the trade offer, which allows you to programmatically accept only what you need. Regardless, I've added appropriate endpoint in 8646178 to add a way also to only fetch pending confirmations, just so nobody is limited by options if he/she wants to code a solution utilizing that.