react-native-oauth
react-native-oauth copied to clipboard
Cannot get Google Auth token
Cannot get Google Auth token after :
- Authorised using profile scope. eg. manager.authorize('google', { scopes: profile })
- After make request using https://www.googleapis.com/plus/v1/people/me
I have the same problem, also The response object is different from the one that is published here. Do you know how to get the access token of facebook by any chance?