I can generate the invite dialog box via:
FB.ui({ method: 'apprequests',
message: 'Here is a new Requests dialog...'});
My question is 2 folds:
- How do I change the look and feel of that box (without having to
use FBML since it’s being deprecated). - How do I determine how many invites were sent?
Thanks.
http://developers.facebook.com/docs/reference/dialogs/requests/