I'm writing an android app that requires users to log into their betfair accounts. Looks like there's a really simple way of implementing it via the API endpoint where you basically pass in your username, password and applicationId via an http POST request and get a session token back.
Betfair's recommendation though is to embed their login page which is more complicated with Android.
Does anyone have any experience with this and able to share a few tips?
Also, looks like regardless of which approach, an ApplicationId is required for getting a session token. I know as a developer I have one, but how do I get the ApplicationId of my users when logging in?
Thanks.
Betfair's recommendation though is to embed their login page which is more complicated with Android.
Does anyone have any experience with this and able to share a few tips?
Also, looks like regardless of which approach, an ApplicationId is required for getting a session token. I know as a developer I have one, but how do I get the ApplicationId of my users when logging in?
Thanks.
Comment