What is tags for keys in respondConfirmations
ThreadShakur opened this issue · 1 comments
ThreadShakur commented
respondToConfirmation(self,confID,confKey,key,time,accept=True)
ConfID we get from GetConfirmationOfferID
confKey we get from GetConfirmationKey with tag key
key we get from GetConfirmationKey with tag allow/cancel
time is time which with we call GetConfirmationKey with tag allow/cancel
Please help, where is error? Because i got false when call func with this parameters
I have some code, response return False
offset = SteamMobileAuth.getTimeOffset()
time = SteamMobileAuth.timeOffset(offset)
key = SteamMobileAuth.generateConfirmationKey(details['identitySecret'],time,tag="conf")
confs = login.getTradeConfirmations(key,time)
for conf in confs:
time_details = SteamMobileAuth.timeOffset(offset)
key_details = SteamMobileAuth.generateConfirmationKey(details['identitySecret'],time_details,tag="details")
confid = login.getConfirmationOfferID(conf.id,key_details,time_details)
time_allow = SteamMobileAuth.timeOffset(offset)
key_allow = SteamMobileAuth.generateConfirmationKey(details['identitySecret'],time_allow,tag="allow")
time_confkey = SteamMobileAuth.timeOffset(offset)
confkey = SteamMobileAuth.generateConfirmationKey(details['identitySecret'],time_confkey,tag="key")
confres = login.respondToConfirmation(confid,confkey,key_allow,time)
DrBomb commented
STOP IT, I have not been able to do documentation but this is not a place to be asking for this stuff again and again,