Server Side Google API Access from Android

In: google sign in, android

07 Jul 2016

Back in the dark ages I wrote a blog post on using Google Sign In to authorize a server from an Android client, and provided an accompanying gist with an example Activity in it. Recently, someone point out to me that gist was quite out of date, so I updated it to use the latest and greatest Google Sign In APIs on Android, with very pleasant results.

Upgrading Firebase.com & Using Google Sign In on Android

In: firebase, google sign in, android

05 May 2016

Very quick post on a problem I’ve seen a few people hit where they are upgrading a Firebase.com project which uses Google Sign In on Android.

Migrating from PlusClient to GoogleApiClient

In: googleplus, android

02 Feb 2014
Thanks for reading the blog! This post is pretty old, and the APIs it references have been improved upon significantly. If you're interested in authentication check out the new [Google Sign In](https://developers.google.com/identity/sign-in/android/), and if you're looking to access profile data see the [People API](https://developers.google.com/people/).

Google+ Sign-In on the Android Chromium WebView

In: googleplus, android

12 Dec 2013

Extracting Topic Data From YouTube Activity

In: youtube, android

11 Nov 2013

Client-Server Authentication with ID tokens

In: ios, javascript, identity, android

11 Nov 2013

Where should the sign-in button go?

In: social, ios, identity, android

10 Oct 2013

Google+ Android Client & Server Sign-In

In: googleplus, identity, android

10 Oct 2013

NOTE: This blog post is pretty old! Take a look at a much better way of getting an authorization token or check out the official Google Sign In documentation for a more up to date (and easier!) choice.

Google+ Demographics in Google Analytics

In: analytics, ios, googleplus, android

10 Oct 2013

Crouching Sharebox, Hidden Android

In: googleplus, android

10 Oct 2013

With all the share box related things happening over the last week or so, I realised there are a couple of non-obvious parts of the Android PlusShare class which might be of interest to people.

Attaching images to Google+ shares on Android

In: googleplus, android

10 Oct 2013

Google+ client changes in Google Play Services 3.2

In: googleplus, android

10 Oct 2013

Using a gamepad in Android

In: games, android

09 Sep 2013

Google+ Sign-In Localisation

In: ios, googleplus, javascript, android

08 Aug 2013

Deeplinking Into The Google+ Apps

In: ios, googleplus, android

06 Jun 2013

Retrieving The Signing Key Fingerprint on Android

In: android

03 Mar 2013

This post is a bit of an aide-mémoire for myself. If you ever need to see which key signed an APK (for example to compare to a client ID in the API console when implementing Google+ Sign-In) you can actually extract the cert from the APK, and test it.

Common problems with Google+ Sign-In on Android

In: googleplus, android

03 Mar 2013

It has been fantastic to see so many people trying out Google+ Sign-In, and through the bootcamps and other events I’ve had a chance to talk to some people who are actually implementing it in their apps. The Android integration is pretty straightforward, thanks to Google Play Services, but there are still some issues I’ve seem come up a couple of times.