When I'm trying to log in with my facebook button on asp page (jdk) I'm getting this error:
App Not Setup: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.
I've tried so many solutions available online, but its not working. So, my login java script is "http://localhost:8003/en/user/login/". The things that I set on the facebook app are: contact mail, site url:"http://localhost:8003/" Valid OAuth redirect URIs "http://localhost:8003/". I have set option "Do you want to make this app and all its live features available to the general public?" to yes.
Does anyone have any idea why it isn't working?