I'm thinking of migrating login/logout to api-ng this weekend.
I've seen the approach of POST()ing user/pwd
using the interactive approach, which I will try.
(By the way, WHY does betfair want me to upload the PRIVATE key?)
Anyway, I have not seen anything that I understand about logout?
How does one logout?
How do I use the below info?
Anyone have a code sample?
/Björn
I've seen the approach of POST()ing user/pwd
using the interactive approach, which I will try.
(By the way, WHY does betfair want me to upload the PRIVATE key?)
Anyway, I have not seen anything that I understand about logout?
How does one logout?
How do I use the below info?
Anyone have a code sample?
Code:
Logout
URL definition
International jurisdictions:
https://identitysso.betfair.com/api/logout
...
Parameters
product (mandatory) - The Application key to which the user is logging into.
eg. Ljdiejje9399rew
url (mandatory) - The url to which the the browser should be redirected in case of a successful logout. This will be https://www.betfair.com by default but additional URLs can be added to a whitelist by arrangement with Betfair.
eg. https://www.betfair.com
Cookies
Name
Description
mSsoToken (mandatory) the value associated to the session token
ssoid (mandatory) the value associated to the session token
loggedIn (mandatory) A simple value of 'true'


Comment