ionic-tutorial
ionic-tutorial copied to clipboard
Ionic Tutorial
I was able to complete all the steps successfully. However the Sessions list appears in Chrome but not appearing on emulator as well as Android device. I am also able...
I have this error "the redirect_uri url must be absolute", run in android.
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
I tried the tutorial today. It's the first time I've installed ionic. I installed ionic with: `npm -g install ionic cordova` I have the server running on port 5000, and...