MCPcopy Create free account
hub / github.com/codecombat/codecombat / onConnectFacebook

Method onConnectFacebook

app/views/ladder/LadderTabView.js:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 // FACEBOOK
126
127 onConnectFacebook () {
128 this.connecting = true
129 return FB.login()
130 }
131
132 onConnectedWithFacebook () { if (this.connecting) { return location.reload() } }
133

Callers

nothing calls this directly

Calls 1

loginMethod · 0.80

Tested by

no test coverage detected