Goodreads Developers discussion
examples / showcase
>
Java example of calling Goodreads oAuth API
date
newest »


The dependencies are listed in the pom.xml, as Maven is used for dependency management in the sample. I was running the sample in my IDE (IntelliJ), but I've added a section in the readme (https://github.com/davecahill/goodrea...) to show how to run on the command line - hope it's of use.
Thanks,
Dave.
Thanks very much! After trying different things the last couple of days, came across this today and it worked perfectly!
After some initial troubles (it appears the Goodreads oAuth API is not quite standard), I was able to get an oAuth token and access the API successfully, so I created a sample on Github - may be of use to someone!
https://github.com/davecahill/goodrea...
Thanks,
Dave.