I recently released a new Goodreads Android client and I found it surprisingly difficult to implement the OAuth 1.0 authentication with the Goodreads API. Googling around didn't help much neither did some of the older posts on the Goodreads developer forums. So after implementing it in Java in the context of Android development, I decided to write a blog post about it.
I hope that helps anyone who's trying to implement authentication with Goodreads with either Java (or any programming languages that target the JVM) and Android development.
I recently released a new Goodreads Android client and I found it surprisingly difficult to implement the OAuth 1.0 authentication with the Goodreads API. Googling around didn't help much neither did some of the older posts on the Goodreads developer forums. So after implementing it in Java in the context of Android development, I decided to write a blog post about it.
The post is https://typefast.blog/goodreads-oauth...
I hope that helps anyone who's trying to implement authentication with Goodreads with either Java (or any programming languages that target the JVM) and Android development.