Forum Activity for @nate

nate
@nate
01/21/15 10:50:54AM
917 posts

Proxima Login fail


Proxima

Ok so when I log in I am doing this as the Authentication

String credentials = ClientMap.PROXIMA_PASSWORD + ":" + ClientMap.PROXIMA_PASSWORD;

This works when logging in. Then I do this to post a payment

String credentials = ClientMap.PROXIMA_PASSWORD + ":" + session_id;

And on the server side I am only debugging the user

fdebug($_user);

And I get this in the debug log.

Quote: (2015-01-21T18:42:48+00:00.0.85112300 : 0)-(mem: 9437184)-(pid: 651868)-(ip: 97.85.164.92)-(uri: n8flex.com/msone/checkout/token=tok_15NTRCEVo3ItZB1yHeR5qRHu/total=220/last4=4242/ids=28) Array ( [quota_id] => 0 [user_language] => en-US [is_logged_in] => no )
nate
@nate
01/21/15 10:38:49AM
917 posts

Proxima Login fail


Proxima

Oh my bad. It's inactive.
nate
@nate
01/21/15 10:37:59AM
917 posts

Proxima Login fail


Proxima

Now it's back to saying invalid module.
nate
@nate
01/21/15 10:32:09AM
917 posts

Proxima Login fail


Proxima

Will do. Thanks.
nate
@nate
01/21/15 10:21:42AM
917 posts

Proxima Login fail


Proxima

Quote:
I/PaymentActivity﹕ http://n8flex.com/api/user/login?id=16&password=123456
I/PaymentActivity﹕ {"code":400,"text":"Bad Request","note":"invalid password or id"}

It's telling me I have a bad password or ID. Both are correct.
updated by @nate: 03/11/15 08:08:12AM
nate
@nate
01/20/15 09:14:40AM
917 posts

Basic Authentication


Proxima

Thanks for your patience, B.
nate
@nate
01/20/15 09:09:00AM
917 posts

Basic Authentication


Proxima

Final question on this. When I switch to session id, do I do the same? Use it for the username and password? Or do I switch to app name?
nate
@nate
01/20/15 08:59:50AM
917 posts

Basic Authentication


Proxima

I'm in!!!!!!

Boy, is this a load off my mind. I've been really frustrated. I wanna get to the point where I'm not doing things for the first time all the time.
nate
@nate
01/19/15 04:46:14PM
917 posts

Basic Authentication


Proxima

{"code":404,"text":"Not Found","note":"application not found"}

Does this mean my above authentication is failing?
nate
@nate
01/19/15 12:07:49PM
917 posts

Basic Authentication


Proxima

I see.
  71