I do this:
facetest.createUser('Wandering Fire', function (err, user) {
if (err) throw(err);
console.log(user);
});
and user looks like this:
{ 'Wandering Fire':
{ id: '100005790282552',
access_token: 'BAAGdK40wOJcBANU3jcQWQR7NeeR89xQHynZCjrpCAA8UBXAarqCZBoeQMLnrFtbUGrGkah1FZApL07HYrNnSdmuVWIqRRZAEHniXkZB42WPZBxxoVZAKOW3FJifM5ZCuE5O0yIDUFgm6dZAcPrgPwsRq0O7iKZCLekZBoooCUpugKZC57ruElPs6Dum7QO57tl7mmnJtvbV9Ddr7p3KSGvZC8mkItCDcoeyubZAk0ZD',
login_url: 'https://www.facebook.com/platform/test_account_login.php?user_id=100005790282552&n=SgyPIi2IemT6ZSt',
email: 'ndtmohc_qinstein_1367290953@tfbnw.net',
password: '832053768' } }
when I look on facebook, the name of the new test user is not 'Wandering Fire', it's 'Helen Amegijbhbeeb'
I do this:
and user looks like this:
when I look on facebook, the name of the new test user is not 'Wandering Fire', it's 'Helen Amegijbhbeeb'