mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 11:58:10 -05:00
Fixed the facebook event schema.
This commit is contained in:
parent
06866e48de
commit
c43081636f
1 changed files with 10 additions and 1 deletions
|
@ -15,7 +15,16 @@ module.exports =
|
||||||
type: "object"
|
type: "object"
|
||||||
properties:
|
properties:
|
||||||
response:
|
response:
|
||||||
type: "string"
|
type: "object"
|
||||||
|
properties:
|
||||||
|
status: { type: "string" }
|
||||||
|
authResponse:
|
||||||
|
type: "object"
|
||||||
|
properties:
|
||||||
|
accessToken: { type: "string" }
|
||||||
|
expiresIn: { type: "number" }
|
||||||
|
signedRequest: { type: "string" }
|
||||||
|
userID: { type: "string" }
|
||||||
required: ["response"]
|
required: ["response"]
|
||||||
|
|
||||||
"facebook-logged-out": {}
|
"facebook-logged-out": {}
|
||||||
|
|
Loading…
Reference in a new issue