Greetings,
I've recently got the Aplication Key for usage of new Betfair Api...
_________________________________________________
"How to Access
Please use the following Application Key to access the service
something like this: dfdFEEFDffmefke"
_________________________________________________
ok, i've been using soap to get the markets i need but on 82 product ID as a free user..
When i add 'X-Aplication'=>$appKey I do get the session token, but this 82 to is still confusing to me since i don't know am i still treated as a free user???
Thanks, Denis
I've recently got the Aplication Key for usage of new Betfair Api...
_________________________________________________
"How to Access
Please use the following Application Key to access the service
something like this: dfdFEEFDffmefke"
_________________________________________________
ok, i've been using soap to get the markets i need but on 82 product ID as a free user..
PHP Code:
$global= new SoapClient("https://api.betfair.com/global/v3/BFGlobalService.wsdl");
######################################## LOGIN
$aLogin=$global->login(array('request'=>array('username'=>'denimen'
,'password'=>$password
,'productId'=>82
,'vendorSoftwareId'=>0
,'locationId'=>0
,'ipAddress'=>$ip)));
$token=$aLogin->Result->header->sessionToken;
Thanks, Denis


Comment