I am writing an Android application that needs to connect programmatically to the Ruby on Rails website, which uses the OmniAuth gem to log in. The authentication provider is the Google Apps site for your domain.
I think what I need to do is to go to the registration information to the GAFYD URL, get the key or token and somehow transfer it to the original website I need to make requests to.
Does anyone know how I need to configure HttpClient for this?
source share