okhttp-signpost
okhttp-signpost copied to clipboard
OAuth signing with signpost and okhttp
HMAC-SHA1 will no longer be accepted as a signature method for TBA integrations. Before your account is upgraded to 2023.1, you must update your TBA integrations to use the HMAC-SHA256...
If there is HTTP proxy (forward proxy) is present in the network, connects to the service provider domain, then your app has to use a proxy domain. For such cases,...
java.lang.NoClassDefFoundError: Failed resolution of: Lse/akerfeldt/okhttp/signpost/OkHttpOAuthConsumer; ` compile files('libs/okhttp-signpost-1.1.0.jar')`
Im using [okhttp-signpost](https://github.com/pakerfeldt/okhttp-signpost) with Retrofit. Before i was using signspot for it but unfortunately now it gives me 401 error. and my current code is look like below ``` val...