If I invoke this:
FB.ui({
method: 'apprequests',
title: 'Who would you like to invite?',
message: 'Hello there'
});
The 'preview' in the requests dialog that comes up asking me to select recepients, suggests that the recipient(s) will will get the message "Hello there".
But all they get is:
'name' send you a request in 'app'
which does not motivate them to click on it.
Anybody else getting this problem? Any solutions?