I'm using facebook's api to login and get some user data like first name, last name etc.
function apilogin() {
console.log('Welcome! Fetching your information.... ');
FB.api('me/','GET',{fields:'first_name,last_name,email,birthday'}, functio...
asked by
17.12.2016 / 23:02