Fixed the facebook event schema.

This commit is contained in:
Scott Erickson 2014-05-21 12:35:37 -07:00
parent 06866e48de
commit c43081636f

View file

@ -15,7 +15,16 @@ module.exports =
type: "object"
properties:
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"]
"facebook-logged-out": {}