| Steps to Reproduce: | For our application. 1) launch the Facebook App on iPhone 2) navigate to our FBApp (Network Effect) 3) Application Users see a "Grow+ Invite People" button that launches a basic Request dialog (code below) 4) the dialog renders and shows other users but the 'send' button does not appear FB.ui({ method: 'apprequests', filters: filters, to: to_fb_id, message: message, title: "Grow Your Network" }, function(response) { ... This appears in a number of places within our application. |
|---|---|
| Expected Behavior: | It is expected that the Request dialog has a 'send' button. Like it still does in the safari window. |
| Actual Behavior: | The dialog appears and shows everything except for the 'send' button. |