| Steps to Reproduce: | Try to ask for permissions (with email): function auth(){ FB.ui({ method: 'permissions.request', perms: 'email'}, function(response) { if (response && response.perms) { top.location.href = 'https://www.facebook.com/mypage/'; } }); } |
|---|---|
| Expected Behavior: | Popup with permissions request should be shown. |
| Actual Behavior: | Popup tries to open but it closes down automatically. |
| API/SDK: | Javascript SDK |