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

Method api

app/core/social-handlers/FacebookHandler.js:46–53  ·  view source on GitHub ↗
(url, options, cb)

Source from the content-addressed store, hash-verified

44 },
45 // eslint-disable-next-line n/no-callback-literal
46 api (url, options, cb) {
47 return cb({ // eslint-disable-line n/no-callback-literal
48 first_name: 'Mr',
49 last_name: 'Bean',
50 id: 'abcd',
51 email: 'some@email.com'
52 })
53 }
54 }
55
56 this.startedLoading = true

Callers 2

loadPersonMethod · 0.80
loadFacebookFriendsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected