I am thinking of creating an application that uses the Goodreads API . Some of them are read-only and do not require any authentication. But in order to access parts of the API entry, I have to authenticate the user through OAuth.
The Twitter API (which is built into the language) also uses OAuth, and using it is a simple matter of providing developer keys and calling twitter:authorize().
Is there a similar way to use OAuth from other APIs using Kynetx?
source
share