|
Title: [Help] Mt.Gox trading api in vb.net Post by: Strom500 on June 06, 2011, 12:18:22 PM I am trying to build a vb.net based Mt.gox client and having problems using their API.
I have tried not using the "?" character in the URL and trying to use https://mtgox.com/code/login.php Code: 'Code to get funds data I keep getting {"error":"Not logged in."} please help/what did I do wrong? Title: Re: [Help] Mt.Gox trading api in vb.net Post by: daisybrand on June 06, 2011, 12:53:45 PM I am having the same problem. I can pull the public data just fine, but when I tried to do any transaction that requires a login, I get the same response back - Not Logged In.
Let me know if you figure it out, I'll do the same. |