Skip to content

Support API Error Login Callbacks #38

@mohamedmansour

Description

@mohamedmansour

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);
});

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions