ccoenraets / ionic-tutorial

Ionic Tutorial
219 stars 147 forks source link

oauthRedirectURL not correct when running in Cordova #2

Open dirkpostma opened 10 years ago

dirkpostma commented 10 years ago

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