Hi,
Has anyone worked out how to login using the non-interactive/bot login method in VBA?
The bf documentation:
https://api.developer.betfair.com/se...28bot%29+login
shows examples in Java and Python but not in VBA. The sample Excel workbook does not shed any light on this as well.
Following the above documentation, I've got it working with certificate generation via openssl, linking the certificate to my account and testing using curl....but I'm struggling with the vba implementation....doing my head in.
I know I could simply build a wrapper around the supplied curl command to grab the session id but would prefer to do a more elegant implementation through httprequest etc.
Is there anyone that can assist?
Thanks
Has anyone worked out how to login using the non-interactive/bot login method in VBA?
The bf documentation:
https://api.developer.betfair.com/se...28bot%29+login
shows examples in Java and Python but not in VBA. The sample Excel workbook does not shed any light on this as well.
Following the above documentation, I've got it working with certificate generation via openssl, linking the certificate to my account and testing using curl....but I'm struggling with the vba implementation....doing my head in.
I know I could simply build a wrapper around the supplied curl command to grab the session id but would prefer to do a more elegant implementation through httprequest etc.
Is there anyone that can assist?
Thanks


Comment