Best way to use Google APIs using OAuth 2.0 on Android

前端 未结 2 1325
走了就别回头了
走了就别回头了 2021-02-06 15:05

I\'m trying to migrate an Android application using OAuth 1.0a to OAuth 2.0. (using the Google API Client Library for Java/Android for my OAuth 2.0 needs).

What is the

2条回答
  •  别跟我提以往
    2021-02-06 15:33

    Play Services were introduced at Google I/O 2013 and are now the official way to use OAuth2 in Android. They do not require a WebView.

提交回复
热议问题