So i am sending facebook notifications with the javascript API using the following:
FB.ui({method: 'apprequests',
message: message,
to: ids
}, requestCallback);
alert('Notification Sent!');
Works fine, its just when you get the notification & click the notification in the top left does not out put your message just says:
"NAME sent you a request"
So I would like to know how if possible to put the message in the notification bar.
Thanks
