I am using RestKit with an own OAuth2 Provider. I try to authenticate via Resource Owner Password Credentials.
Could anyone provide some example code and best practices for requesting protected resources via RestKit in general and authenticating via credentials to get an access token in specific?
Probably ResKit itself is not the best choice?