Skip to content

Commit 30ab2a8

Browse files
authored
Update facebook-browser.js
1 parent c578962 commit 30ab2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/facebook-browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ exports.logEvent = function logEvent (eventName, params, valueToSum, s, f) {
8181
});
8282
}
8383

84-
FB.appEvents.logEvent(eventName, valueToSum, params);
84+
FB.AppEvents.logEvent(eventName, valueToSum, params);
8585

8686
if(s) s();
8787
}
@@ -93,7 +93,7 @@ exports.logPurchase = function logPurchase (value, currency, s, f) {
9393
});
9494
}
9595

96-
FB.appEvents.logPurchase(value, currency);
96+
FB.AppEvents.logPurchase(value, currency);
9797

9898
if(s) s();
9999
}

0 commit comments

Comments
 (0)