Goodreads Developers discussion
privacy & terms of service
>
How to guarantee max 1 request per second if app becomes popular
date
newest »
newest »
1. This widget already exists as created by other developers2. Let the user get their own developer key for the plugin, have the plugin store the user's data in their own db (since OAuth is needed to identify themselves, users can save their own data to their own db) This means they do not have to call GoodReads API every time and can update their db at the push of a button from their back-end without having them route a call through you.
3. Have I misunderstood your request completely?
Thanks. I haven't found the widget you are talking about. No widgets I have seen display the reading progress ("20% complete" etc.).I have completed development: https://wordpress.org/plugins/gr-prog...
In ended up using the "get your own API key" approach.


There might be something fundamental I have misunderstood, please let me know if that is the case.