ionic-tutorial icon indicating copy to clipboard operation
ionic-tutorial copied to clipboard

oauthRedirectURL not correct when running in Cordova

Open dirkpostma opened this issue 11 years ago • 0 comments

The openfb.js file in resources folder does not contain the following lines:

if (runningInCordova) { oauthRedirectURL = "https://www.facebook.com/connect/login_success.html"; }

Should be added on line 133

dirkpostma avatar Jul 30 '14 18:07 dirkpostma