Quantcast
Channel: e-conomic Global API Forum
Viewing all articles
Browse latest Browse all 2527

PHP • Token authentication: cannot connect without token

$
0
0
Hi

I'm trying to test the new token authentication mechanism via PHP/SOAP.

We're doing something like this:

Code:
$tokenResponse = $this->economicAPI->ConnectWithToken(array("token"=>"token string here"))->ConnectWithTokenResponse;


But the API returns this:


Economic.Api.Exceptions.AuthenticationException(E02250): cannot connect without token (id=1263521049)


We're probably giving the wrong arguments is my guess - but couldn't find any documentation about this.

Statistics: Posted by sfr — Wed Jan 02, 2013 4:17 pm — Replies 3 — Views 110



Viewing all articles
Browse latest Browse all 2527

Trending Articles