auth0 plugin not working
I want to have login with facebook capabilities. I'm following this tutorial:http://devcenter.appery.io/documentat...
Here is my app: http://appery.io/app/view/027453f7-d8...
It is not working.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I want to have login with facebook capabilities. I'm following this tutorial:http://devcenter.appery.io/documentat...
Here is my app: http://appery.io/app/view/027453f7-d8...
It is not working.
Hello Dareen,
What exactly doesn't work?
I can see Facebook login after clicking icon, see screenshot http://prntscr.com/4fh7mn/direct
Click on the facebook icon to login. The resulting page doesn't populate the facebook user info properly.
In Auth0 it looks like the user is created and logged in correctly, but in appery.io it doesn't have access to the user data..
Hi Darren,
There is no Facebook login in your app. When you redirect back to app the URL should be as follows:
prehttp://appery.io/app/view/027453f7-d86d-4db9-850e-29e717ba957c/Auth0_User.html#access_token=WoeDe7dyRZYtaoCD&id_token=eyJ0eXAiOiJKV1QiLCJ.......&token_type=bearer&state=wm5RjdIfgPt2B4YR/pre
You use a redirect to a page :prehttp://appery.io/app/view/027453f7-d86d-4db9-850e-29e717ba957c/Auth0_User.html#/pre
Please check all the settings in app and in app.auth0.com.
Also please make sure you follow the tutorial.