Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
ID to UID.
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Oct 15, 2014
1 parent 3b2c4c1 commit 10b5383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@
*.iml
*~
.bundle
node_modules
2 changes: 1 addition & 1 deletion www/js/firefeed.js
Expand Up @@ -173,7 +173,7 @@ Firefeed.prototype.onLogin = function(user) {
var displayName = user.facebook.displayName.split(' ');
user.first_name = displayName[0];
user.last_name = displayName[displayName.length - 1];
user.id = user.facebook.id;
user.id = user.uid;
user.name = user.facebook.displayName;
user.location = '';
user.bio = '';
Expand Down

0 comments on commit 10b5383

Please sign in to comment.