Search code examples
oauthgoogle-plusgoogle-oauthandroid

Install android app after google signin via oauth.io


Can I configure oauth.io signin via google so it propose to install android app: https://developers.google.com/+/web/signin/android-app-installs

Currently it works like this:

//Authorize your user to facebook
OAuth.popup('google_plus').done(function(x) {
})

Solution

  • Unfortunately I couldn't find solution to get it work via oauth.io. I excluded google_plus from oauth.io and reimplemented it by myself with native api.