Login with facebook in IONIC with ngOpenFb

274 views Asked by At

I don't know he oauth works in detail, but I know the overview. So I have ionic app running in localhost (ionic serve) and a facebook created. I have not put any callback url in advanced settings of fb app. And I am using ngOpenFb to accomplish login with facebook. On click of button I am calling a function which will open facebook in new window, on logging in successfully it will redirect to http://localhost:8100/oauthcallback.html. What should be done next? Do i need to specify some redirect in oauthcallback.html? Please help..

0

There are 0 answers