Tuesday, 10 September 2013

Google+ Over-The-Air installs with oAuth 2.0 protocol

Google+ Over-The-Air installs with oAuth 2.0 protocol

Here (https://developers.google.com/+/web/signin/android-app-installs) is
described how to make over-the-air Android installs using HTML button.
I wonder how to do the same using oAuth 2.0 flow (the docs
--https://developers.google.com/accounts/docs/OAuth2UserAgent -- doesn't
provide information about it).
Which additional parameter(s) I have to add to following request to make
it show over-the-air-install dialog?
https://accounts.google.com/o/oauth2/auth?%20scope=https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/userinfo.profile&%20state=/profile&%20redirect_uri=https://oauth2-login-demo.appspot.com/oauthcallback&%20response_type=token&%20client_id=812741506391.apps.googleusercontent.com

No comments:

Post a Comment