Skip to content

Commit

Permalink
fixed some login out issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Arush Sehgal committed Oct 5, 2013
1 parent a187d9a commit 219f5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/scripts/controllers/facebook-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ angular.module('facebook')


$scope.facebookCtrl = {
fbAuthData : {},
response : {}
};

Expand All @@ -22,7 +23,7 @@ angular.module('facebook')
ParseQueryAngular(Parse.FacebookUtils,{functionToCall:"logIn", params:[Parse.User.current(), "user_likes"]}).then(function(user) {
alert('facebook connected!');

// $scope.facebookCtrl.fbAuthData = user.get('authData');
$scope.facebookCtrl.fbAuthData = user.get('authData');

}, function(error) {

Expand Down

0 comments on commit 219f5db

Please sign in to comment.