kenmccracken
kenmccracken
Hi Boris, Thanks for the issue report. I did some investigation into our use of Base64 currently in the library. The alphabet used in java.util.Base64 for url-safe seems to be...
Thank you for the details. I have filed a ticket internally for the server team to look into. If this is all that's blocking usage of the library from Android,...
Hi @boriguen , I think from reading the OAuth specs https://tools.ietf.org/html/rfc5849#section-3.5.1 , it says "1. Parameter names and values are encoded per Parameter Encoding (Section 3.6)." So if your nonce...
Hi Boris, Thank you for your interest in making here-aaa-java-sdk builds be Android friendly. However, your proposed patch of using apache commons-codec may not be possible. Previous versions of this...
Hi, What about using Android >= API Level 26, or 8.0? It seems these might support java.util.Base64, according to https://developer.android.com/reference/java/util/Base64 Thanks, -Ken
Are you trying to build, or is this a runtime error? You might be able to select an alternate provider via `HereAccessTokenProvider.builder().setHttpProvider(JavaHttpProvider.builder().build()).build();`