OpenFB
OpenFB copied to clipboard
Web Login doesnt get any auth token or response from facebook
Hi Sir, i am using OpenFB library to login in facebook from an ionic mobile app and also mobile website. when i login using mobile app it works perfect. but when i login from mobile website it doenst go in .then function
OpenFB.login('email,read_stream,publish_stream').then( function () { alert('logged in facebook'); //this doesnt work }, function () { alert('OpenFB login failed'); });
Thanks and Regards, Supreet Sethi
Looks like your oauthCallbackURL is probably not right.