I trying to use login using facebook in my website. I used exactly the same code given in developers.facebook.com website.
window.fbAsyncInit = function () {
FB.init({ appId: 'app_id', status: true, cookie: true, xfbml: true });
};
(function (d) {
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) { return; }
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
ref.parentNode.insertBefore(js, ref);
} (document));
When i was testing my website.....I was able to login with my Facebook User Id and it worked...then i tried it with my friends it worked for some and didnt work for others...then i created an another account in facebook and tried with that it didnt work...Does anyone have any answer....or knows what exactly happens.