Hi,
I have the same question. I am developing an Android application with Loopback backend api. Now loopback api exposes "/auth/google/callback?" api, and using Android Account Manager we can get the access token. But when I try to send that token to the api, i get a 500 server error : "InternalOAuthError: failed to obtain access token". Now I am new into this so please bear with me. I am following the architecture from the SO post by Damien. Ideally, when my android app gets the access token, it should send it back to Loopback API and in turn log in to the server? You said an authorization code is needed, is it another parameter of the API call?
Thanks & Regards,
Koustuv Sinha