| Steps to Reproduce: | 1) Add the sample code at the bottom of these steps to a FB app mobile web page. 2) Use the Facebook App on an IPhone to browse to the sample. (I am only able to repro within the iOS Facebook app. The code works fine in a desktop browser or iOS Safari). 3) Click the "Send App Request" button. You should see the app request dialog, with a "Send " button at top right. Most of the time, the "Send" button fails to display. If it does display, click the "Cancel" button at top left of the app requests interface, then click "Send App Request" again. I have been able to reproduce this by the third try every time. <input type="button" onClick="handleAppRequestClick()" value="Send App Request"/> <script> handleAppRequestClick = function(){ FB.ui({ method: 'apprequests', new_style_message:true, to:[1267471747], message: "a message!", data: {}, }, function(r){ console.log(r); } ); } </script> |
|---|---|
| Expected Behavior: | You should see the app request dialog, with a "Send " button at top right. |
| Actual Behavior: | The "Send" button fails to display. |
| API/SDK: | Javascript SDK |
| App IDs: |
|
| Attachments: | |