When a user isn't logged on, we need a callback from the API to handle when the user logged on Google+ and when they are not logged (authed).
Perhaps we should create the endoint such as.
plus.setAuthCallback(function(state) {
console.log('State changed', state.isAuthed);
});