diff --git a/client/app/scripts/controllers/facebook-example.js b/client/app/scripts/controllers/facebook-example.js index 9f6e7fc..c9ba7c7 100644 --- a/client/app/scripts/controllers/facebook-example.js +++ b/client/app/scripts/controllers/facebook-example.js @@ -68,8 +68,7 @@ angular.module('facebook') // normally you would define a User.js data module for all your user objects and the method below would be on the user, e.g. $rootScope.currentUser.fbConnect() ParseQueryAngular(Parse.FacebookUtils, { functionToCall: "logIn", params: [null, - { - + { success: function (user) { var userId = user.id; FB.api("/me", function (response) {