| Steps to Reproduce: | This behavior can be easily confirmed by JavaScript test console. 1. Go to JacaScript test console. https://developers.facebook.com/tools/console/ 2. Input script below and press 'Run Code'. <script> FB.ui({method:'send', name:'example', link:'http://example.com/'}); </script> 3. After a send dialog shows, press 'Send' button with 'To:' form empty. |
|---|---|
| Expected Behavior: | The send dialog remains shown. |
| Actual Behavior: | The send dialog closed. |
| API/SDK: | Javascript SDK |
| App IDs: |
|