mx03
mx03
Alexa needs a public audiobookshelf instance, additional it needs a central system ( e.g. audiobookshelf.org with oauth thats linked to the instance of the user). An alternative is that everyone...
Yes thats the problem, alexa don't know the server url, if you publish an alexa skill you can link your amazon account with the server url that's in the skill....
The biggest question is which database php backend is used, mysqli, pdo, mysql?
Yes as blizzard deprecated the battlenet authenticator and replaced it with battlenet messenger with authenticator included, they changed probably the api endpoints. I already looked a little bit how the...
I tracked the dns requests and found the domain authenticator-rest-api.bnet-identity.blizzard.net that has an swagger ui: https://authenticator-rest-api.bnet-identity.blizzard.net/swagger-ui/ (Dont know why blizz has that documentation online because i don't think they want...
The scope is _auth.authenticator_ (you can see it on the swagger page if you press the authorize button), i dont have much time at the moment, so i don't look...
The api works with the extracted devicekey from the battlenet app. So yes thats the way it should work.
Sorry i meant the client id, its stored on a android device in this file under `com.blizzard.messenger.PREF_AUTHENTICATION_PROVIDER_CLIENT_ID` and is custom for every user /data/data/com.blizzard.messenger/shared_prefs/com.blizzard.messenger.authenticator_preferences.xml ```xml AES Y C X oauth.battle.net...
As the app has certificate pinning i haven't the time for look into more details, but it shouldn't be hard to make an oauth auth like the app and get...
> @mx03 does your client id start and end with 'b' and 'a' respectively? Because if so, the client ID is the same everywhere. I tried with two accounts and...