OpenFB icon indicating copy to clipboard operation
OpenFB copied to clipboard

Web Login doesnt get any auth token or response from facebook

Open supreetssethi opened this issue 11 years ago • 1 comments

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

supreetssethi avatar Dec 11 '14 10:12 supreetssethi

Looks like your oauthCallbackURL is probably not right.

ccoenraets avatar May 26 '15 20:05 ccoenraets