| Steps to Reproduce: | 1) Start your local web server (it's important because the same app deployed or not does not have the same behavior... it's working on production, not working locally) 2) Click a login button 3) The Oauth Dialog box is displayed. Put your credentials. Log in. 4) The box does not close itself. The callback of FB.login is not triggered. (even though you are logged in) My 2 cent: it's because of the ":" in the localhost:8080 url Some colleagues have this problem on other apps. |
|---|---|
| Expected Behavior: | On step 4, the box should close itself and trigger the FB.login callback with the authResponse |
| Actual Behavior: | Already described above |
| API/SDK: | Javascript SDK |
| App IDs: |
|