Created By
Keishi Hosoba
05/30/2012 8:31pm

Subscribers (1)

BugsSend button on FB.ui dialog can be pressed with 'To:' form empty

  • Status: Fixed
  • Priority: Medium
  • Updated: June 20, 2012 at 10:18am
Latest response from Facebook
Noorin Ladhani
This should now be resolved. Thanks for your patience.
Status changed to Fixed · June 20, 2012 at 10:18am
Noorin Ladhani
We have a fix for this issue and it will be pushed soon. Stay tuned.
Status changed to Fix Ready · June 12, 2012 at 11:31am
Noorin Ladhani
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to Medium · May 31, 2012 at 11:55am
I have implemented send feature on my application with JavaScript SDK. (FB.ui{method: 'send', ...})
The feature works fine except for form validation.

Send button on dialog can be pressed with 'To:' form empty.
I tried to detect empty status in callback, but the callback had the same response as other case.

Oh the other hand, send dialog created by social plugin tag seems to have form validation.
Even if send button is pressed with 'To:' form empty, the dialog remains shown.

I expect FB.ui send dialog to have the same validation...
1 person can reproduce this issue by following these steps
Repro