Possible Duplicate:
Facebook requests dialog not showing message to recepient
I tried to send a suer to user request in a facebook app using the following code
FB.ui({ method: 'apprequests',
message: 'how are you dude'});
the request dialog appears and the notification is also sent to the intended user,but the user does not receive the message in the notification.It only shows..ABC sent you a request for this fillowing app.. I do not understand what i am doing wrong.