Goodreads Developers discussion
privacy & terms of service
>
How to guarantee max 1 request per second if app becomes popular
date
newest »


2. 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?

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.