We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1ab388 + d42b080 commit 19d17d8Copy full SHA for 19d17d8
src/facebook.js
src/oauth/facebook.js
@@ -16,7 +16,8 @@ function validateAuthData(authData) {
16
}
17
18
// Returns a promise that fulfills iff this app id is valid.
19
-function validateAppId(appIds, access_token) {
+function validateAppId(appIds, authData) {
20
+ var access_token = authData.access_token;
21
if (!appIds.length) {
22
throw new Parse.Error(
23
Parse.Error.OBJECT_NOT_FOUND,
0 commit comments