|
FB.init({ appId: '{{appid}}', channelUrl: ' {{channelUrl}}', status: true, cookie: true, xfbml: true, oauth: true });
|
|
FB.init({ appId: '{{appid}}', channelUrl: ' {{channelUrl}}', status: true, cookie: true, xfbml: true, oauth: true });
|
|
FB.api("/me?fields=id,username,first_name,last_name,email,birthday", function(response){ fbLogin(response);});
|
|
FB.api("/me?fields=id,username,first_name,last_name,email,birthday", function(response){ fbLogin(response);});
|