code: 2500
message: "Syntax error "Field 1 specified more than once. This is only possible before version 2.1" at character 3: 1,1,1,1"
type: "OAuthException"
Code: Select all
function Login_hompage() {
console.log('Welcome! Fetching your information.... ');
FB.api('/me?fields={REGISTER_EMAIL}', function (response) {
});
}