Facebook Login not working only on Ionic View

My app logins fine on emulator + ionic serve, however I cannot login on ionic view. I have setup the oAuth call back to http://localhost/callback, but to no avail.

Do you have some code snippet where I can see your implementation, i have done tons of login in different systems for facebook but I never try In ionic yet but Probably I will be able to help you

It’s not a problem with the code because the authentication works fine on browser and ionic emulate.

My guess is that FB app is not authenticating on Ionic View.

I have changed the Bundle ID on Facebook Developers page to com.ionicframework.myappid, but that didn’t solve it.

Did you solve this problem?