| Steps to Reproduce: | 1. Open the FB.UI Send dialog with a link which includes a sub-subdomain (foo.bar.domain.com) 2. The dialog opens and displays the correct info for the content on that page. 3. Write a message for the recipient 4. Click send (to field was pre-filled) Here's an example that doesn't work in the Javascript Test Console (replace USERNAME with a real account) <script> FB.ui({ method: 'send', to: "%USERNAME%", link: "foo.bar.google.com", }, Log.info.bind('Send Dialog close')); </script> Here's something called X-FB-DEBUG that I see returned in the response when I try to run in in the Javascript Test Console. X-FB-Debug:qBZPzsiM+IHIv391J+vLPmT6rQeqWAREJSIp/uaiUH4= |
|---|---|
| Expected Behavior: | The message to be sent to the recipient. |
| Actual Behavior: | An error occurs and can be seen in the browsers Dev tools. |