简体   繁体   中英

Android - sign-in with google+ without GooglePlayServices

To authenticate with Google+ on Android, Google has instructions for doing it with their Google Play Services library, yet on the web and on iOS these definitely do not have Google Play Services available but are able to authenticate with Google+.

How would Google+ authentication be implemented on Android if GooglePlayServices are not available? Similarly, Facebook has a webview based authentication subroutine if the user does not have Facebook installed, so I am curious how it works for Google+

If I remember correctly (it has been some time since I implemented them) Google+, Twitter, Facebook, etc. use OAuth as an authentication (sign-in) mechanism. As you mentioned this is usually done in the form of a web page, through a WebView. If I have some time later I will update with links, and an example.

UPDATE: I haven't actually done the steps, but a quick overview of them, and it should be what are you are looking for iOS access Google Services . The process should be the same/similar for Android/Web/etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM