I'm just getting started on this and just want to have a play around before getting into writing code. I've downloaded the Java sample code. According to the readme, I need to provide these arguments:
<YOUR APP KEY> <YOUR SESSION TOKEN> <METHOD>
So, according to Getting Started with API-NG I can get an application key by going to the Accounts API Visualiser.
So, I tried to create an application on there and I got the error "Session token is required for this operation". So back to Getting Started with API-NG, to get a session key I need to either an Interactive login or a Bot Login, the first is obviously what I need.
So, the Interactive Login is telling me I should open this URL:
https://identitysso.betfair.com/view/login?product=<theProductDescriptor>&url=<theRedir ectUrl>
According to the notes at the bottom, <theProductDescription> should be my application key. But hang on, don't I need a session key before I can make one of these? Have I missed something obvious because it seems like this page is sending me round in circles.
<YOUR APP KEY> <YOUR SESSION TOKEN> <METHOD>
So, according to Getting Started with API-NG I can get an application key by going to the Accounts API Visualiser.
So, I tried to create an application on there and I got the error "Session token is required for this operation". So back to Getting Started with API-NG, to get a session key I need to either an Interactive login or a Bot Login, the first is obviously what I need.
So, the Interactive Login is telling me I should open this URL:
https://identitysso.betfair.com/view/login?product=<theProductDescriptor>&url=<theRedir ectUrl>
According to the notes at the bottom, <theProductDescription> should be my application key. But hang on, don't I need a session key before I can make one of these? Have I missed something obvious because it seems like this page is sending me round in circles.


Comment