I have a working project to use Restkit to retrieve resources from backend API. Now I want to enable user authentication (Oauth2 standard) with OAuthClient library because Restkit doesn't support so. My question is, how can I pass the access token to Restkit after successfully logging in with OAuth2Client?
I have a working project to use Restkit to retrieve resources from backend API. Now I want to enable user authentication (Oauth2 standard) with OAuthClient library because Restkit doesn't support so. My question is, how can I pass the access token to Restkit after successfully logging in with OAuth2Client?