-
Notifications
You must be signed in to change notification settings - Fork 31
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
Access denied #40
Comments
Lib is bloken! I (made/have) php full bot script - tradeoffers, mobile auth, curl apis to get inv. etc. for 100euro. Your future not myne. |
Why do you think it's broken? And 100 euro is too much for just a lib that has free analogs. |
Could you give me just part with tradeoffers? I don't need other ones. |
Answer please |
I made script from zero from research in steam logs. If you think free stuff gona let you build shop or gambling site than ur wrong :( |
There is even more steam apis that you didnt or wount know because there not public. |
You didn't answer why do you think it's broken. Everything you told me upper are things that I don't need at all. |
I just need tradeoffers PHP api. |
Because in this lib all php curl need to be updated. You need tradeoffers and mobile auth togther and than you can trade fully. |
I don't need mobile auth, I have another scpipt of another cool man. Or I can use escrow abuse. |
No one gives you correct answer for fun. My last word: pay or learn by urself! |
I'll learn by myself) |
Everything is fine now :) I use node.js. |
I don't know why, but I get "Error: Access denied".
My code:
`<?php
define('php-steamlogin', true);
require('main.php');
require_once('classes/steam.class.php');
include_once("./api/AuthFunctions.php");
$SteamAuth = new SteamAuth;
$twofactorcodeis = $SteamAuth->GenerateSteamGuardCode("mycode");
$SteamLogin = new SteamLogin(array(
'username' => 'login',
'password' => 'pass',
'datapath' => dirname(FILE)
));
if($SteamLogin->success){
$logindata = $SteamLogin->login(null, $twofactorcodeis);
}else{
echo $SteamLogin->error;
}
?>`
With login details everything is fine, script of other guy successfully tells me sessionId, cookies and steamId. But with loading my inventory something went wrong...
The text was updated successfully, but these errors were encountered: