Hello,
I am experiencing a frustrating issue relative to the login that is presented when a user clicks on the “login” menu item provided by your theme demo. Users are able to successfully “create” an account when clicking the button but when attempting a re-login using the same function, Facebook results in the following 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.”
The trouble is, the app IS set up and configured properly. Upon further investigation, I noticed that the “app_id” in the URL was incorrect – (not my app_id). For some reason, it seems the ajax pop-up window is assigning another app_id to the facebook call and not the one provided by the user in the admin backend.
Further testing shows that the Facebook login function works correctly on the “register” page, confirming that the functionality does indeed work. It’s very specifically the Facebook login button associated with the ajax pop-up window that seems to be affected.
Can you please assist me with this issue?
Thanks