'auth:logged-in-with-facebook':c.object{title: 'Facebook logged in',description: 'Published when you successfully logged in with Facebook',required: ['response']},
response:
type: 'object'
properties:
status: {type: 'string'}
authResponse:
type: 'object'
properties:
accessToken: {type: 'string'}
expiresIn: {type: 'number'}
signedRequest: {type: 'string'}
userID: {type: 'string'}
'auth:linkedin-api-loaded':c.object{}
'auth:gplus-api-loaded':c.object{}
'auth:logging-in-with-gplus':c.object{}
'auth:logged-in-with-gplus':
title: 'G+ logged in'
description: 'Published when you successfully logged in with G+'