Hi
I'm already using OAuth heavily on iOS to interact with a huge server based API, see here: http://www.ravelry.com/api
Now, I'd like to implement also an Android based app, but am struggling with OAuth
I have these URLs that need to be used:
I thought I could use the OAuth library, but was missing the OAuthProvider to set the URL's
So: is there anybody who is able to provide some hints what the best approach would be ?
Your help is really appreciated
Thank you,
Marco
I'm already using OAuth heavily on iOS to interact with a huge server based API, see here: http://www.ravelry.com/api
Now, I'd like to implement also an Android based app, but am struggling with OAuth
I have these URLs that need to be used:
- https://www.ravelry.com/oauth/request_token
- https://www.ravelry.com/oauth/access_token
- https://www.ravelry.com/oauth/authorize
I thought I could use the OAuth library, but was missing the OAuthProvider to set the URL's
So: is there anybody who is able to provide some hints what the best approach would be ?
Your help is really appreciated
Thank you,
Marco