I'm thinking about creating an app that uses the Goodreads API. Part of that is read-only and doesn't require any authentication. But in order to access the write portions of the API, I have to authenticate the user via OAuth.
The Twitter API (which is built in to the language) also uses OAuth, and using it is a simple matter of providing the developer keys and calling twitter:authorize()
.
Is there a similar way to use OAuth from other APIs with Kynetx?
There is no document way to do this yet.