Updated Facebook login method

This commit is contained in:
Fosco Marotto
2016-01-30 15:20:44 -08:00
parent 774de7b4c6
commit f05fb7d9fd
5 changed files with 19 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ function Config(applicationId, mount) {
this.dotNetKey = cacheInfo.dotNetKey;
this.restAPIKey = cacheInfo.restAPIKey;
this.fileKey = cacheInfo.fileKey;
this.facebookAppIds = cacheInfo.facebookAppIds;
this.mount = mount;
}