Using the Google APIs with OAuth 2.0 in Android

I recently found a very interesting service from Google that provides access to the Google APIs for various Google services such as Buzz, Places, Latitude, etc. I could create a project there and create API access for web applications (via OAuth2.0) and native applications. I wanted to use my own API for my Android application. It API gives me client id, client secrecy and redirect URL. How to use them in your Android application, say, to access Buzz ? Any sample applications available snippets?
0
source share

Source: https://habr.com/ru/post/1493356/


All Articles