Facebook Application Configuration

Configure Facebook as an application in your Elements installation so users can take advantage of SSO with Facebook.

In order to set up a Facebook application, you need to have created the application in the Facebook Developer Portal.

Paste in the Application ID and Application Secret from the Facebook Developer Portal and save the configuration.

JSON Structure of Facebook Application Configuration

{
    "_id" : ObjectId("5cdb109ce96c3c4f2bfe1ecd"),
    "active" : true,
    "category" : "FACEBOOK",
    "name" : "appIdFromFacebookGoesHere",
    "parent" : {
        "$ref" : "application",
        "$id" : ObjectId("5cdb1088e96c3c4f2bfe1da7")
    },
    "applicationSecret" : "thisistheapplicationsecret"
}

Last updated